Fix add button display property and add tooltips

* Add tooltips to list add buttons of instance groups, instances, and applications.
This commit is contained in:
Marliana Lara
2018-05-02 15:55:23 -04:00
parent 7007e46b8a
commit 2140daf11e
10 changed files with 31 additions and 4 deletions
@@ -16,6 +16,10 @@ function ApplicationsStrings (BaseString) {
USERS: t.s('Tokens')
};
ns.tooltips = {
ADD: t.s('Create a new Application')
};
ns.add = {
PANEL_TITLE: t.s('NEW APPLICATION')
};