summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/editcustomimage_modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/toastergui/templates/editcustomimage_modal.html')
-rw-r--r--lib/toaster/toastergui/templates/editcustomimage_modal.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/toaster/toastergui/templates/editcustomimage_modal.html b/lib/toaster/toastergui/templates/editcustomimage_modal.html
new file mode 100644
index 000000000..fd998f63e
--- /dev/null
+++ b/lib/toaster/toastergui/templates/editcustomimage_modal.html
@@ -0,0 +1,23 @@
+<!--
+modal dialog shown on the build dashboard, for editing an existing custom image
+-->
+<div class="modal hide fade in" aria-hidden="false" id="edit-custom-image-modal">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
+ <h3>Select custom image to edit</h3>
+ </div>
+ <div class="modal-body">
+ <div class="row-fluid">
+ <span class="help-block">
+ Explanation of what this modal is for
+ </span>
+ </div>
+ <div class="control-group controls">
+ <input type="text" class="huge" placeholder="input box" required>
+ <span class="help-block error" style="display:none">Error text</span>
+ </div>
+ </div>
+ <div class="modal-footer">
+ <button class="btn btn-primary btn-large" disabled>Action</button>
+ </div>
+</div>