Skip to content

Commit

Permalink
Remove unused columns from server table
Browse files Browse the repository at this point in the history
The mean time columns have long been removed in the old
admin ui, so we should remove them here as well.

If you do not see the effect you have to clear your persistant
storage by deleting cookie and website data.
  • Loading branch information
Arnei committed May 9, 2023
1 parent d331087 commit 84aa0d0
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 51 deletions.
16 changes: 0 additions & 16 deletions app/src/configs/tableConfigs/serversTableConfig.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import ServersStatusCell from "../../components/systems/partials/ServersStatusCell";
import MeanRunTimeCell from "../../components/systems/partials/MeanRunTimeCell";
import MeanQueueTimeCell from "../../components/systems/partials/MeanQueueTimeCell";
import ServersMaintenanceCell from "../../components/systems/partials/ServersMaintenanceCell";

/**
Expand Down Expand Up @@ -51,18 +49,6 @@ export const serversTableConfig = {
label: "SYSTEMS.SERVERS.TABLE.QUEUED",
sortable: true,
},
{
template: "MeanRunTimeCell",
name: "meanRunTime",
label: "SYSTEMS.SERVERS.TABLE.MEAN_RUN_TIME",
sortable: true,
},
{
template: "MeanQueueTimeCell",
name: "meanQueueTime",
label: "SYSTEMS.SERVERS.TABLE.MEAN_QUEUE_TIME",
sortable: true,
},
{
template: "ServersMaintenanceCell",
name: "maintenance",
Expand All @@ -83,7 +69,5 @@ export const serversTableConfig = {
*/
export const serversTemplateMap = {
ServersStatusCell: ServersStatusCell,
MeanRunTimeCell: MeanRunTimeCell,
MeanQueueTimeCell: MeanQueueTimeCell,
ServersMaintenanceCell: ServersMaintenanceCell,
};
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "Jobs fuldført",
"RUNNING": "Jobs kører",
"QUEUED": "Jobs i kø",
"MEAN_RUN_TIME": "Gennemsnitlig afviklingstid",
"MEAN_QUEUE_TIME": "Gennemsnitlig køtid",
"MAINTENANCE": "Vedligeholdelse",
"MAINTENANCE_OFF": "Skift til vedligeholdelsestilstand",
"MAINTENANCE_ON": "Forlad vedligeholdelsestilstand"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1592,9 +1592,6 @@
"CORES": "Kerne",
"COMPLETED": "Jobs abgeschlossen",
"RUNNING": "Jobs in Bearbeitung",
"QUEUED": "Jobs in Warteschlange",
"MEAN_RUN_TIME": "Mittlere Laufzeit",
"MEAN_QUEUE_TIME": "Mittlere Wartezeit",
"MAINTENANCE": "Wartungsarbeiten",
"MAINTENANCE_OFF": "Wartungsmodus aktivieren",
"MAINTENANCE_ON": "Wartungsmodus beenden"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "Ολοκληρωμένες εργασίες",
"RUNNING": "Εργασίες σε εκτέλεση",
"QUEUED": "Εργασίες στην ουρά",
"MEAN_RUN_TIME": "Μέσος χρόνος εκτέλεσης",
"MEAN_QUEUE_TIME": "Μέσος χρόνος αναμονής",
"MAINTENANCE": "Συντήρηση",
"MAINTENANCE_OFF": "Είσοδος σε λειτουργία συντήρησης",
"MAINTENANCE_ON": "Έξοδος από λειτουργία συντήρησης"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "Jobs completed",
"RUNNING": "Jobs running",
"QUEUED": "Jobs queued",
"MEAN_RUN_TIME": "Mean run time",
"MEAN_QUEUE_TIME": "Mean queue time",
"MAINTENANCE": "Maintenance",
"MAINTENANCE_OFF": "Enter maintenance mode",
"MAINTENANCE_ON": "Leave maintenance mode"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1597,8 +1597,6 @@
"COMPLETED": "Jobs completed",
"RUNNING": "Jobs running",
"QUEUED": "Jobs queued",
"MEAN_RUN_TIME": "Mean run time",
"MEAN_QUEUE_TIME": "Mean queue time",
"MAINTENANCE": "Maintenance",
"MAINTENANCE_OFF": "Enter maintenance mode",
"MAINTENANCE_ON": "Leave maintenance mode"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "Trabajos completados",
"RUNNING": "Trabajos en ejecución",
"QUEUED": "Trabajos en cola",
"MEAN_RUN_TIME": "Tiempo medio de ejecución",
"MEAN_QUEUE_TIME": "Tiempo medio de espera en cola",
"MAINTENANCE": "Mantenimiento",
"MAINTENANCE_OFF": "Activar el modo de mantenimiento",
"MAINTENANCE_ON": "Desactivar el modo de mantenimiento"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "Tâches achevées",
"RUNNING": "Tâches en cours",
"QUEUED": "Tâches en attente",
"MEAN_RUN_TIME": "Temps moyen d'exécution",
"MEAN_QUEUE_TIME": "Temps moyen d'attente",
"MAINTENANCE": "Maintenance",
"MAINTENANCE_OFF": "Activer mode de maintenance",
"MAINTENANCE_ON": "Désactiver mode de maintenance"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "Traballos completados",
"RUNNING": "Traballos en execución",
"QUEUED": "Traballos en cola",
"MEAN_RUN_TIME": "Tempo medio de execución",
"MEAN_QUEUE_TIME": "Tempo medio de espera na cola",
"MAINTENANCE": "Mantemento",
"MAINTENANCE_OFF": "Activar o modo de mantemento",
"MAINTENANCE_ON": "Desactivar o modo de mantemento"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "משימות שהושלמו",
"RUNNING": "משימות רצות",
"QUEUED": "משימות בתור",
"MEAN_RUN_TIME": "זמן ריצה ממוצע",
"MEAN_QUEUE_TIME": "זמן ממוצע בתור",
"MAINTENANCE": "תחזוקה",
"MAINTENANCE_OFF": "הפעל מצב תחזוקה",
"MAINTENANCE_ON": "צא ממצב תחזוקה"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "Processo completato",
"RUNNING": "Processi in corso",
"QUEUED": "Processi in coda",
"MEAN_RUN_TIME": "Durata effettiva",
"MEAN_QUEUE_TIME": "Tempo di attesa medio",
"MAINTENANCE": "Manutenzione",
"MAINTENANCE_OFF": "Inserisci modalità manutenzione",
"MAINTENANCE_ON": "Lascia modalità manutenzione"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "Jobs afgewerkt",
"RUNNING": "Jobs in verwerking",
"QUEUED": "Jobs in wachtrij",
"MEAN_RUN_TIME": "Gemiddelde looptijd",
"MEAN_QUEUE_TIME": "Gemiddelde wachttijd",
"MAINTENANCE": "Onderhoud",
"MAINTENANCE_OFF": "Activeer onderhoudsmodus",
"MAINTENANCE_ON": "Beëindig onderhoudsmodus"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "Zadania wykonane",
"RUNNING": "Uruchomione zadania",
"QUEUED": "Zadania w kolejce",
"MEAN_RUN_TIME": "Średni czas trwania",
"MEAN_QUEUE_TIME": "Średni czas w kolejce",
"MAINTENANCE": "Obsługa",
"MAINTENANCE_OFF": "Tryb konserwacji",
"MAINTENANCE_ON": "Opuścić tryb konserwacji"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "Dokončani posli",
"RUNNING": "Posli, ki se izvajajo",
"QUEUED": "Posli v čakalni vrsti",
"MEAN_RUN_TIME": "Povprečen čas izvajanja",
"MEAN_QUEUE_TIME": "Povprečen čas v čakalni vrsti",
"MAINTENANCE": "Vzdrževanje",
"MAINTENANCE_OFF": "Odpri način vzdrževanja",
"MAINTENANCE_ON": "Zapri način vzdrževanja"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "Avslutade jobb",
"RUNNING": "Aktiva jobb",
"QUEUED": "Köade jobb",
"MEAN_RUN_TIME": "Genomsnittlig körtid",
"MEAN_QUEUE_TIME": "Genomsnittlig kötid",
"MAINTENANCE": "Underhåll",
"MAINTENANCE_OFF": "Starta underhållsläge",
"MAINTENANCE_ON": "Lämna underhållsläget"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "Tamamlanan işler",
"RUNNING": "Çalışan işler",
"QUEUED": "Kuyruktaki işler",
"MEAN_RUN_TIME": "Ortalama çalışma süresi",
"MEAN_QUEUE_TIME": "Ortalama kuyruk süresi",
"MAINTENANCE": "Bakım",
"MAINTENANCE_OFF": "Bakım moduna gir",
"MAINTENANCE_ON": "Bakım modundan çık"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "已完成任务",
"RUNNING": "进行中的任务",
"QUEUED": "排队中的任务",
"MEAN_RUN_TIME": "平均运行时间",
"MEAN_QUEUE_TIME": "平均排队时间",
"MAINTENANCE": "维护",
"MAINTENANCE_OFF": "进入维护模式",
"MAINTENANCE_ON": "退出维护模式"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,6 @@
"COMPLETED": "工作已完成",
"RUNNING": "工作運行中",
"QUEUED": "工作排序中",
"MEAN_RUN_TIME": "平均運行時間",
"MEAN_QUEUE_TIME": "平均排序時間",
"MAINTENANCE": "維護",
"MAINTENANCE_OFF": "進入維護模式",
"MAINTENANCE_ON": "離開維護模式"
Expand Down

0 comments on commit 84aa0d0

Please sign in to comment.