Fix subaction label

This commit is contained in:
Mo Bitar
2018-06-07 10:51:03 -05:00
parent 5ed81f5131
commit fc9ebbae4f
3 changed files with 5349 additions and 11423 deletions

View File

@@ -71,7 +71,7 @@ class ActionsMenu {
this.executeAction(subaction, extension, parentAction);
$event.stopPropagation();
},
title: subaction.label,
label: subaction.label,
subtitle: subaction.desc,
spinnerClass: subaction.running ? 'info' : null
}

16768
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -37,7 +37,7 @@
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"sn-stylekit": "1.0.15",
"standard-file-js": "file:~/Desktop/sf/sfjs"
"standard-file-js": "0.3.0"
},
"license": "GPL-3.0"
}