Added help icon.

This commit is contained in:
Gunther Brunner
2015-06-18 16:26:03 +09:00
parent e66e64d4fd
commit 3811275694
7 changed files with 23 additions and 6 deletions

View File

@@ -3,12 +3,11 @@
stacked-icon(icon='fa-terminal', color='color-darkgray')
span(translate) Shell
clear-button(ng-click='clear()', ng-disabled='!command && !data').btn-xs
help-icon(topic='remote-shell', tooltip='{{"Executes remote shell commands" | translate}}')
a(ng-href='/#!/docs/remote-shell').btn.btn-xs.btn-primary-outline.pull-right.transparent-border
i.fa.fa-book
.widget-content.padded
// TODO: find why autofill doesn't work here
// TODO: autofill doesn't work here
form(method='post', enable-autofill, ng-submit='run(command)')
.input-group.form-inline
input(type=text, ng-model='command', Xtext-focus-select,