Cleanup code for control-panes.

This commit is contained in:
Gunther Brunner
2015-08-31 17:04:46 +09:00
parent bd493b210b
commit 4db67dd703
26 changed files with 4 additions and 356 deletions

View File

@@ -58,8 +58,6 @@
span(ng-if='!showManifest') Show Manifest
pre.manifest-text(ng-if='showManifest') {{ installation.manifest | json }}
//error-message(message='{{ installation.error | installError | translate }} ({{ installation.error }})')
// TODO
alert(type='danger', close='clear()', ng-if='installation.error')
strong(translate) Oops!
|