add devops category

This commit is contained in:
Girish Ramakrishnan
2023-06-04 18:10:54 +02:00
parent 638bdc902b
commit 83bb7c475d
3 changed files with 6 additions and 2 deletions

View File

@@ -1887,5 +1887,6 @@
"newClient": "New client",
"empty": "No clients yet"
}
}
},
"devops": "DevOps"
}

View File

@@ -1402,7 +1402,9 @@
"logs": {
"title": "Logbestanden",
"clear": "Leegmaken",
"download": "Download volledige logbestanden"
"download": "Download volledige logbestanden",
"notFoundError": "Geen taak of app gevonden",
"logsGoneError": "Log bestand(en) niet gevonden"
},
"terminal": {
"title": "Terminal",

View File

@@ -48,6 +48,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$tran
{ id: 'blog', icon: 'fa fa-font', label: 'Blog'},
{ id: 'chat', icon: 'fa fa-comments', label: 'Chat'},
{ id: 'crm', icon: 'fab fa-connectdevelop', label: 'CRM'},
{ id: 'devops', icon: 'fa fa-images', label: 'DevOps'},
{ id: 'document', icon: 'fa fa-file-word', label: 'Documents'},
{ id: 'email', icon: 'fa fa-envelope', label: 'Email'},
{ id: 'federated', icon: 'fa fa-project-diagram', label: 'Federated'},