summaryrefslogtreecommitdiff
path: root/client/partials/image/image.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/partials/image/image.html')
-rw-r--r--client/partials/image/image.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/partials/image/image.html b/client/partials/image/image.html
index a789ae8..1604b30 100644
--- a/client/partials/image/image.html
+++ b/client/partials/image/image.html
@@ -8,7 +8,7 @@
<div class="btn-group btn-group-md" role="group" aria-label="...">
- <button type="button" class="btn btn-default" ng-click="showUploadImageModal()">Upload</button>
+ <button type="button" class="btn btn-default" ng-click="showCreateImageModal()">Create Image</button>
<button type="button" class="btn btn-default">Download</button>
</div>
<p></p>
@@ -30,7 +30,7 @@
<td>{{ (image.size / 1048576).toFixed(2)}} MB</td>
<td>
<button type="button" class="btn btn-primary" ng-click="edit(image)">Edit</button>
- <button type="button" class="btn btn-danger">Remove</button>
+ <button type="button" class="btn btn-danger" ng-click="deleteImage(image.id)">Remove</button>
</td>
</tr>