diff options
| author | Horus3 | 2015-02-27 19:57:24 +0100 |
|---|---|---|
| committer | Horus3 | 2015-02-27 19:57:24 +0100 |
| commit | d62b3e273c98049511c1c09892b50f631f0665a5 (patch) | |
| tree | 267a2e463488f468292aa19446c02555e8311f4d /views/jobs_modal.html | |
| parent | 6837ddf68f13a1633ea868ab55d71389ca5bc175 (diff) | |
| download | statuspage-d62b3e273c98049511c1c09892b50f631f0665a5.tar.gz | |
Checks error now on resonse code. Refactoring and styling.
Diffstat (limited to 'views/jobs_modal.html')
| -rw-r--r-- | views/jobs_modal.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/views/jobs_modal.html b/views/jobs_modal.html index 84c6340..dbd6412 100644 --- a/views/jobs_modal.html +++ b/views/jobs_modal.html @@ -1,9 +1,10 @@ <div id="jobs-modal" class="modal fade" tabindex="-1"> - <div class="modal-dialog modal-lg" id="dd-jobs"> + <div class="modal-dialog modal-lg"> <div class="modal-content"> - <div class="modal-header"> + <div class="modal-header" id="dd-jobs"> <!--button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button--> - <button class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> + <button type="bottom" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> + <h3>Add a new host!</h3> </div> <div class="modal-body"> <form class="form-horizontal" method='post' action='/new'> @@ -11,7 +12,7 @@ <!-- Form Name --> <div class="text-center"> - <legend>Add a new host!</legend> + <legend> </legend> </div> <!-- Text input--> |
