Added help for shell commands.

This commit is contained in:
Gunther Brunner
2014-05-29 05:01:14 +09:00
parent 7fecf2828b
commit 5782a7af0b
10 changed files with 123 additions and 15 deletions

View File

@@ -13,6 +13,7 @@
span.input-group-btn
// , tooltip='{{"Run Command"|translate}}'
button.btn.btn-primary-outline(ng-click='run(command)', ng-disabled='!command')
//, tooltip='{{ "Run command" | translate }}')
i.fa.fa-play
pre.shell-results(ng-show='data') {{data}}
pre.shell-results(ng-show='result.settled && !data').shell-results-empty No output