mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Updated JS
This commit is contained in:
parent
6c1a827ed0
commit
cdb6349035
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"assets/css/app.css": "assets/css/app-d98e951062.css",
|
"assets/css/app.css": "assets/css/app-d98e951062.css",
|
||||||
"assets/js/all.js": "assets/js/all-2c74395928.js"
|
"assets/js/all.js": "assets/js/all-ac408bb582.js"
|
||||||
}
|
}
|
|
@ -75,7 +75,7 @@
|
||||||
<td>{{ file.filesize }}</td>
|
<td>{{ file.filesize }}</td>
|
||||||
<td>
|
<td>
|
||||||
<button class="btn btn-sm btn-info" @click="showModal(file)"><i class="fa fa-spinner process"></i>Process</button>
|
<button class="btn btn-sm btn-info" @click="showModal(file)"><i class="fa fa-spinner process"></i>Process</button>
|
||||||
<button class="btn btn-danger btn-sm" @click="deleteFile(file)"><i class="fa fa-trash icon-white"></i></button>
|
<button class="btn btn-sm btn-danger" @click="deleteFile(file)"><i class="fa fa-trash icon-white"></i></button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue