Add file browser button to volume listing
This commit is contained in:
@@ -275,18 +275,18 @@
|
||||
|
||||
<div class="main-container animateMe ng-hide layout-root" ng-show="initialized">
|
||||
<div ng-show="view === 'fileTree'" class="layout-content container">
|
||||
<div class="row" ng-hide="app">
|
||||
<div class="row" ng-hide="title">
|
||||
<div class="col-md-12 text-center">
|
||||
<h3>App not found</h3>
|
||||
<h3>Not found</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card card-large" ng-show="app">
|
||||
<div class="card card-large" ng-show="title">
|
||||
|
||||
<input type="file" id="uploadFileInput" style="display: none" multiple/>
|
||||
<input type="file" id="uploadFolderInput" style="display: none" multiple webkitdirectory directory/>
|
||||
|
||||
<h4 class="text-center">{{ app.fqdn }}</h4>
|
||||
<h4 class="text-center">{{ title }}</h4>
|
||||
|
||||
<div style="margin-bottom: 10px;">
|
||||
<div class="btn-group" role="group">
|
||||
|
||||
Reference in New Issue
Block a user