Make everything un-selectable unless specified otherwise.

Fix store account header bug.
This commit is contained in:
Gunther Brunner
2014-09-24 15:39:41 +09:00
parent 87647b5012
commit 7a344e7043
8 changed files with 10 additions and 10 deletions

View File

@@ -19,8 +19,8 @@
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
pre.shell-results.selectable(ng-show='data') {{data}}
pre.shell-results.selectable.shell-results-empty(ng-show='result.settled && !data') No output
// table