-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #283 from ImperialCollegeLondon/ers_logs
ERS logs page
- Loading branch information
Showing
5 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{% extends "main/base.html" %} | ||
{% block title %} | ||
Controller - ERS Logs | ||
{% endblock title %} | ||
{% block extra_css %} | ||
<style> | ||
#hide-messages-button { | ||
filter: invert(1); | ||
float: right; | ||
} | ||
.message-item { | ||
font-family: 'Arial', sans-serif; | ||
font-size: 0.875rem; | ||
line-height: 1.4; | ||
} | ||
.flex-container { | ||
display: flex; | ||
gap: 15px; | ||
} | ||
.flex-container .fsm-panel { | ||
flex: 1; | ||
} | ||
.flex-container .message-panel { | ||
width: 100%; | ||
} | ||
</style> | ||
{% endblock extra_css %} | ||
{% block content %} | ||
<div class="container-fluid no-padding no-margin"> | ||
<div class="flex-container" id="main-content">{% include "main/messages.html" with topic="ERS" %}</div> | ||
</div> | ||
{% endblock content %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters