-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (bluefox) Allowed selection of mixed states
- Loading branch information
1 parent
df6c3e2
commit 34d5b72
Showing
25 changed files
with
286 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"files": { | ||
"main.css": "./static/css/main.83fa2641.css", | ||
"main.js": "./static/js/main.576b9339.js", | ||
"main.js": "./static/js/main.a460e3d4.js", | ||
"static/media/day-night.jpg": "./static/media/day-night.d6f09cbf18746b70d451.jpg", | ||
"index.html": "./index.html", | ||
"main.83fa2641.css.map": "./static/css/main.83fa2641.css.map", | ||
"main.576b9339.js.map": "./static/js/main.576b9339.js.map" | ||
"main.a460e3d4.js.map": "./static/js/main.a460e3d4.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.83fa2641.css", | ||
"static/js/main.576b9339.js" | ||
"static/js/main.a460e3d4.js" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Scheduler</title><script defer="defer" src="./static/js/main.576b9339.js"></script><link href="./static/css/main.83fa2641.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Scheduler</title><script defer="defer" src="./static/js/main.a460e3d4.js"></script><link href="./static/css/main.83fa2641.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
6 changes: 3 additions & 3 deletions
6
admin/static/js/main.576b9339.js → admin/static/js/main.a460e3d4.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
admin/static/js/main.576b9339.js.map → admin/static/js/main.a460e3d4.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
{ | ||
"hide_days_of_week": "Wochentage ausblenden", | ||
"instance": "Instanz", | ||
"name": "Name", | ||
"profile_not_selected": "Profil nicht ausgewählt", | ||
"read_only": "Schreibgeschützt", | ||
"scheduler": "Planer", | ||
"set_label": "Planer", | ||
"used_only_with_relative": "Wird nur mit relativer Position verwendet", | ||
"instance_not_selected": "Instanz nicht ausgewählt", | ||
"Mo": "Mo", | ||
"Tu": "Di", | ||
"We": "Mi", | ||
"Th": "Do", | ||
"Fr": "Fr", | ||
"Sa": "Sa", | ||
"Su": "So", | ||
"profile": "Profil", | ||
"Press \"shift\" and move mouse to change more than one slider": "Drücken Sie \"Shift\" und bewegen Sie die Maus, um mehr als einen Schieberegler zu ändern", | ||
"Now": "Jetzt", | ||
"without_card": "Kein Rahmen", | ||
"Holiday": "Feiertag" | ||
} | ||
"Fr": "Fr", | ||
"Holiday": "Feiertag", | ||
"Mo": "Mo", | ||
"Now": "Jetzt", | ||
"Press \"shift\" and move mouse to change more than one slider": "Drücken Sie \"Shift\" und bewegen Sie die Maus, um mehr als einen Schieberegler zu ändern", | ||
"Sa": "Sa", | ||
"Su": "So", | ||
"Th": "Do", | ||
"Tu": "Di", | ||
"We": "Mi", | ||
"hide_days_of_week": "Wochentage ausblenden", | ||
"instance": "Instanz", | ||
"instance_not_selected": "Instanz nicht ausgewählt", | ||
"name": "Name", | ||
"off": "Aus", | ||
"on": "An", | ||
"profile": "Profil", | ||
"profile_not_selected": "Profil nicht ausgewählt", | ||
"read_only": "Schreibgeschützt", | ||
"scheduler": "Planer", | ||
"set_label": "Planer", | ||
"used_only_with_relative": "Wird nur mit relativer Position verwendet", | ||
"without_card": "Kein Rahmen" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
{ | ||
"scheduler": "scheduler", | ||
"set_label": "Scheduler", | ||
"instance": "Instance", | ||
"profile": "Profile", | ||
"read_only": "Read only", | ||
"hide_days_of_week": "Hide days of week", | ||
"profile_not_selected": "Profile not selected", | ||
"used_only_with_relative": "Used only with relative position", | ||
"name": "Name", | ||
"instance_not_selected": "Instance not selected", | ||
"Mo": "Mo", | ||
"Tu": "Tu", | ||
"We": "We", | ||
"Th": "Th", | ||
"Fr": "Fr", | ||
"Sa": "Sa", | ||
"Su": "Su", | ||
"Press \"shift\" and move mouse to change more than one slider": "Press \"shift\" and move mouse to change more than one slider", | ||
"Now": "Now", | ||
"without_card": "No frame", | ||
"Holiday": "Holiday" | ||
"Fr": "Fr", | ||
"Holiday": "Holiday", | ||
"Mo": "Mo", | ||
"Now": "Now", | ||
"Press \"shift\" and move mouse to change more than one slider": "Press \"shift\" and move mouse to change more than one slider", | ||
"Sa": "Sa", | ||
"Su": "Su", | ||
"Th": "Th", | ||
"Tu": "Tu", | ||
"We": "We", | ||
"hide_days_of_week": "Hide days of week", | ||
"instance": "Instance", | ||
"instance_not_selected": "Instance not selected", | ||
"name": "Name", | ||
"off": "Off", | ||
"on": "On", | ||
"profile": "Profile", | ||
"profile_not_selected": "Profile not selected", | ||
"read_only": "Read only", | ||
"scheduler": "scheduler", | ||
"set_label": "Scheduler", | ||
"used_only_with_relative": "Used only with relative position", | ||
"without_card": "No frame" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
{ | ||
"hide_days_of_week": "Ocultar días de la semana", | ||
"instance": "Instancia", | ||
"name": "Nombre", | ||
"profile_not_selected": "Perfil no seleccionado", | ||
"read_only": "Solo lectura", | ||
"scheduler": "planificador", | ||
"set_label": "programador", | ||
"used_only_with_relative": "Usado solo con posición relativa", | ||
"instance_not_selected": "Instancia no seleccionada", | ||
"Mo": "Mes", | ||
"Tu": "Tu", | ||
"We": "Mi", | ||
"Th": "Th", | ||
"Fr": "Fr", | ||
"Sa": "Sa", | ||
"Su": "Su", | ||
"profile": "Perfil", | ||
"Press \"shift\" and move mouse to change more than one slider": "Presione \"shift\" y mueva el mouse para cambiar más de un control deslizante", | ||
"Now": "Ahora", | ||
"without_card": "Sin marco", | ||
"Holiday": "Día festivo" | ||
"Fr": "Fr", | ||
"Holiday": "Día festivo", | ||
"Mo": "Mes", | ||
"Now": "Ahora", | ||
"Press \"shift\" and move mouse to change more than one slider": "Presione \"shift\" y mueva el mouse para cambiar más de un control deslizante", | ||
"Sa": "Sa", | ||
"Su": "Su", | ||
"Th": "Th", | ||
"Tu": "Tu", | ||
"We": "Mi", | ||
"hide_days_of_week": "Ocultar días de la semana", | ||
"instance": "Instancia", | ||
"instance_not_selected": "Instancia no seleccionada", | ||
"name": "Nombre", | ||
"off": "Fuera de", | ||
"on": "En", | ||
"profile": "Perfil", | ||
"profile_not_selected": "Perfil no seleccionado", | ||
"read_only": "Solo lectura", | ||
"scheduler": "planificador", | ||
"set_label": "programador", | ||
"used_only_with_relative": "Usado solo con posición relativa", | ||
"without_card": "Sin marco" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
{ | ||
"hide_days_of_week": "Masquer les jours de la semaine", | ||
"instance": "Exemple", | ||
"name": "Nom", | ||
"profile_not_selected": "Profil non sélectionné", | ||
"read_only": "Lecture seulement", | ||
"scheduler": "planificateur", | ||
"set_label": "Planificateur", | ||
"used_only_with_relative": "Utilisé uniquement avec la position relative", | ||
"instance_not_selected": "Instance non sélectionnée", | ||
"Mo": "Mo", | ||
"Tu": "Ma", | ||
"We": "Mi", | ||
"Th": "Th", | ||
"Fr": "Fr", | ||
"Sa": "Sa", | ||
"Su": "Su", | ||
"profile": "Profil", | ||
"Press \"shift\" and move mouse to change more than one slider": "Appuyez sur \"shift\" et déplacez la souris pour modifier plusieurs curseurs", | ||
"Now": "Maintenant", | ||
"without_card": "Pas de cadre", | ||
"Holiday": "Vacances" | ||
"Fr": "Fr", | ||
"Holiday": "Vacances", | ||
"Mo": "Mo", | ||
"Now": "Maintenant", | ||
"Press \"shift\" and move mouse to change more than one slider": "Appuyez sur \"shift\" et déplacez la souris pour modifier plusieurs curseurs", | ||
"Sa": "Sa", | ||
"Su": "Su", | ||
"Th": "Th", | ||
"Tu": "Ma", | ||
"We": "Mi", | ||
"hide_days_of_week": "Masquer les jours de la semaine", | ||
"instance": "Exemple", | ||
"instance_not_selected": "Instance non sélectionnée", | ||
"name": "Nom", | ||
"off": "Arrêt", | ||
"on": "Sur", | ||
"profile": "Profil", | ||
"profile_not_selected": "Profil non sélectionné", | ||
"read_only": "Lecture seulement", | ||
"scheduler": "planificateur", | ||
"set_label": "Planificateur", | ||
"used_only_with_relative": "Utilisé uniquement avec la position relative", | ||
"without_card": "Pas de cadre" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
{ | ||
"hide_days_of_week": "Nascondi i giorni della settimana", | ||
"instance": "Esempio", | ||
"name": "Nome", | ||
"profile_not_selected": "Profilo non selezionato", | ||
"read_only": "Sola lettura", | ||
"scheduler": "pianificatore", | ||
"set_label": "Programmatore", | ||
"used_only_with_relative": "Usato solo con posizione relativa", | ||
"instance_not_selected": "Istanza non selezionata", | ||
"Mo": "Mo", | ||
"Tu": "tu", | ||
"We": "Mi", | ||
"Th": "Th", | ||
"Fr": "Fr", | ||
"Sa": "Sa", | ||
"Su": "Su", | ||
"profile": "Profilo", | ||
"Press \"shift\" and move mouse to change more than one slider": "Premi \"shift\" e muovi il mouse per cambiare più di un cursore", | ||
"Now": "Ora", | ||
"without_card": "Nessuna cornice", | ||
"Holiday": "Vacanza" | ||
"Fr": "Fr", | ||
"Holiday": "Vacanza", | ||
"Mo": "Mo", | ||
"Now": "Ora", | ||
"Press \"shift\" and move mouse to change more than one slider": "Premi \"shift\" e muovi il mouse per cambiare più di un cursore", | ||
"Sa": "Sa", | ||
"Su": "Su", | ||
"Th": "Th", | ||
"Tu": "tu", | ||
"We": "Mi", | ||
"hide_days_of_week": "Nascondi i giorni della settimana", | ||
"instance": "Esempio", | ||
"instance_not_selected": "Istanza non selezionata", | ||
"name": "Nome", | ||
"off": "Spento", | ||
"on": "Su", | ||
"profile": "Profilo", | ||
"profile_not_selected": "Profilo non selezionato", | ||
"read_only": "Sola lettura", | ||
"scheduler": "pianificatore", | ||
"set_label": "Programmatore", | ||
"used_only_with_relative": "Usato solo con posizione relativa", | ||
"without_card": "Nessuna cornice" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
{ | ||
"hide_days_of_week": "Dagen van de week verbergen", | ||
"instance": "Voorbeeld", | ||
"name": "Naam", | ||
"profile_not_selected": "Profiel niet geselecteerd", | ||
"read_only": "Alleen lezen", | ||
"scheduler": "planner", | ||
"set_label": "Planner", | ||
"used_only_with_relative": "Alleen gebruikt met relatieve positie", | ||
"instance_not_selected": "Instantie niet geselecteerd", | ||
"Mo": "Mo", | ||
"Tu": "Tu", | ||
"We": "Mi", | ||
"Th": "Th", | ||
"Fr": "Fr", | ||
"Sa": "Sa", | ||
"Su": "Su", | ||
"profile": "Profiel", | ||
"Press \"shift\" and move mouse to change more than one slider": "Druk op \"shift\" en beweeg de muis om meer dan één schuifregelaar te wijzigen", | ||
"Now": "Nu", | ||
"without_card": "Geen frame", | ||
"Holiday": "Vakantie" | ||
"Fr": "Fr", | ||
"Holiday": "Vakantie", | ||
"Mo": "Mo", | ||
"Now": "Nu", | ||
"Press \"shift\" and move mouse to change more than one slider": "Druk op \"shift\" en beweeg de muis om meer dan één schuifregelaar te wijzigen", | ||
"Sa": "Sa", | ||
"Su": "Su", | ||
"Th": "Th", | ||
"Tu": "Tu", | ||
"We": "Mi", | ||
"hide_days_of_week": "Dagen van de week verbergen", | ||
"instance": "Voorbeeld", | ||
"instance_not_selected": "Instantie niet geselecteerd", | ||
"name": "Naam", | ||
"off": "Uit", | ||
"on": "Op", | ||
"profile": "Profiel", | ||
"profile_not_selected": "Profiel niet geselecteerd", | ||
"read_only": "Alleen lezen", | ||
"scheduler": "planner", | ||
"set_label": "Planner", | ||
"used_only_with_relative": "Alleen gebruikt met relatieve positie", | ||
"without_card": "Geen frame" | ||
} |
Oops, something went wrong.