dashboard: info tab translations
This commit is contained in:
@@ -1766,6 +1766,12 @@
|
||||
"title": "Redis Configuration",
|
||||
"enable": "Configure the app to use Redis",
|
||||
"disable": "Disable Redis"
|
||||
},
|
||||
"infoTabTitle": "Info",
|
||||
"info": {
|
||||
"notes": {
|
||||
"title": "Notes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
|
||||
@@ -763,8 +763,7 @@
|
||||
|
||||
<br/>
|
||||
|
||||
<!-- <p><label class="control-label">{{ 'app.info.notes.title' | tr }}</label></p> -->
|
||||
<p><label class="control-label">Notes</label></p>
|
||||
<p><label class="control-label">{{ 'app.info.notes.title' | tr }}</label></p>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div ng-show="!info.notes.editing">
|
||||
|
||||
@@ -162,6 +162,8 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
|
||||
$scope.info.notes.busy = false;
|
||||
$scope.info.notes.editing = false;
|
||||
|
||||
$scope.refreshApp($scope.app.id);
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user