This commit is contained in:
2020-04-13 20:24:05 +00:00
parent f4eefbc654
commit 8dfd5e213a
4 changed files with 4 additions and 9 deletions

View File

@@ -51,11 +51,6 @@ CURRENT TODOs
todo: can page titles be improved so in task bar can see what is being worked with in that browser window
todo: Translate all ayatypes not translated todo: Translate all ayatypes not translated
"data": [ "data": [
{ {
@@ -96,7 +91,7 @@ todo: Translate all ayatypes not translated
}, },
{ {
"id": 9, "id": 9,
"name": "JobOperations" "name": "ServerJob"
}, },
{ {
"id": 10, "id": 10,

View File

@@ -8,7 +8,7 @@ export default {
LogFile: 6, LogFile: 6,
PickListTemplate: 7, PickListTemplate: 7,
DEPRECATED_REUSELATER_8: 8, DEPRECATED_REUSELATER_8: 8,
JobOperations: 9, ServerJob: 9,
AyaNova7Import: 10, AyaNova7Import: 10,
TrialSeeder: 11, TrialSeeder: 11,
Metrics: 12, Metrics: 12,

View File

@@ -12,7 +12,7 @@ export default {
ServerState: { Change: 16384, ReadFullRecord: 131071, Select: 0 }, ServerState: { Change: 16384, ReadFullRecord: 131071, Select: 0 },
License: { Change: 16386, ReadFullRecord: 8193, Select: 0 }, License: { Change: 16386, ReadFullRecord: 8193, Select: 0 },
LogFile: { Change: 0, ReadFullRecord: 24576, Select: 0 }, LogFile: { Change: 0, ReadFullRecord: 24576, Select: 0 },
JobOperations: { Change: 16384, ReadFullRecord: 8195, Select: 0 }, ServerJob: { Change: 16384, ReadFullRecord: 8195, Select: 0 },
AyaNova7Import: { Change: 16384, ReadFullRecord: 0, Select: 0 }, AyaNova7Import: { Change: 16384, ReadFullRecord: 0, Select: 0 },
Metrics: { Change: 0, ReadFullRecord: 24576, Select: 0 }, Metrics: { Change: 0, ReadFullRecord: 24576, Select: 0 },
Translation: { Change: 16386, ReadFullRecord: 131071, Select: 0 }, Translation: { Change: 16386, ReadFullRecord: 131071, Select: 0 },

View File

@@ -170,7 +170,7 @@ export default {
return "fa-glasses"; return "fa-glasses";
case window.$gz.type.PickListTemplate: case window.$gz.type.PickListTemplate:
return "fa-pencil-ruler"; return "fa-pencil-ruler";
case window.$gz.type.JobOperations: case window.$gz.type.ServerJob:
return "fa-robot"; return "fa-robot";
case window.$gz.type.AyaNova7Import: case window.$gz.type.AyaNova7Import:
return "fa-file-import"; return "fa-file-import";