Skip to content

Commit

Permalink
div id rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturner246 committed Oct 9, 2024
1 parent 2891687 commit 9667db0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions process_manager/templates/process_manager/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% endblock title %}
{% block extra_css %}
<style>
#message-hide {
#hide-messages-button {
float: right;
}
#message-list {
Expand Down Expand Up @@ -35,7 +35,7 @@
class="btn btn-danger"
name="action"
onclick="return confirm('Kill selected processes?')">
<button id="message-show"
<button id="show-messages-button"
type="button"
class="btn btn-info"
_="on load hide me on click hide me show #message-panel">Show Messages</button>
Expand All @@ -48,11 +48,11 @@
<div class="card">
<div class="card-header">
Messages
<button id="message-hide"
<button id="hide-messages-button"
type="button"
class="btn-close"
aria-label="Hide Messages"
_="on click hide #message-panel show #message-show"></button>
_="on click hide #message-panel show #show-messages-button"></button>
</div>
<div class="card-body" id="message-list">
<ul class="list-group">
Expand Down

0 comments on commit 9667db0

Please sign in to comment.