diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/index.html b/app/index.html index 99ae525..f6561a3 100644 --- a/app/index.html +++ b/app/index.html | |||
@@ -119,6 +119,9 @@ | |||
119 | </li> | 119 | </li> |
120 | </ol> | 120 | </ol> |
121 | </div> | 121 | </div> |
122 | <div class="col-lg-12" style="text-align: right;"> | ||
123 | <button class="btn btn-default btn-sm" v-on:click="createDirectoryAsk()">Create Directory</button> | ||
124 | </div> | ||
122 | <div class="col-lg-12"> | 125 | <div class="col-lg-12"> |
123 | <table class="table table-hover table-condensed"> | 126 | <table class="table table-hover table-condensed"> |
124 | <thead> | 127 | <thead> |
@@ -150,9 +153,6 @@ | |||
150 | </tbody> | 153 | </tbody> |
151 | </table> | 154 | </table> |
152 | </div> | 155 | </div> |
153 | <div class="col-lg-12" style="text-align: right;"> | ||
154 | <button class="btn btn-default btn-sm" v-on:click="createDirectoryAsk()">Create Directory</button> | ||
155 | </div> | ||
156 | </div> | 156 | </div> |
157 | </div> | 157 | </div> |
158 | 158 | ||