Merge branch 'feature/screenshot' into develop

Conflicts:
	res/app/control-panes/dashboard/upload/upload.jade
This commit is contained in:
Simo Kinnunen
2014-05-22 13:38:44 +09:00
28 changed files with 813 additions and 293 deletions

View File

@@ -3,9 +3,9 @@
i.fa.fa-upload
span(translate) Upload
clear-button(ng-click='clear()', ng-disabled='!installation && !upload').btn-xs
//label.checkbox-inline.pull-right
input(type='checkbox', ng-model='launchEnabled', ng-disabled='true')
span(translate) Launch
label.checkbox-inline.pull-right
input(type='checkbox', ng-model='launchEnabled')
span Launch
label.checkbox-inline.pull-right
input(type='checkbox', ng-model='installEnabled')
span(translate) Install
@@ -65,8 +65,6 @@
span(translate) Uploading...
strong(ng-switch-when='processing')
span(translate) Processing...
strong(ng-switch-when='storing')
span(translate) Storing...
strong(ng-switch-when='fail')
span(translate) Upload failed
strong(ng-switch-when='success')