Some UI improvements

This commit is contained in:
Joseph Schorr 2014-12-26 19:18:00 -05:00
parent 1142b1bc18
commit 77278f0391
3 changed files with 138 additions and 64 deletions

View file

@ -1,7 +1,7 @@
<div class="config-file-field-element">
<span ng-show="uploadProgress == null">
<span ng-if="hasFile"><strong>{{ filename }}</strong> in the mounted config directory</span>
<span class="nofile" ng-if="!hasFile">File {{ filename }} not found in mounted config directory: </span>
<span ng-if="hasFile"><code>{{ filename }}</code></span>
<span class="nofile" ng-if="!hasFile"><code>{{ filename }}</code> not found in mounted config directory: </span>
<span ng-if="!hasFile">
<input type="file" ng-file-select="onFileSelect($files)">
</span>