aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/dashboard/searchable_select_multiple.html
diff options
context:
space:
mode:
authorJacob Hodgdon <jhodgdon@iol.unh.edu>2021-05-14 15:42:56 -0400
committerAdam Hassick <ahassick@iol.unh.edu>2021-07-01 20:39:02 +0000
commit49e2b407003b69551ddafa851639e83ec42a5b09 (patch)
tree2de871b3d3c657ebbbb261d7889d4a1debf7e827 /src/templates/base/dashboard/searchable_select_multiple.html
parenta908da441bf6efcdb289a46d0c2761840138b1a5 (diff)
Color fixes for rebrand
Signed-off-by: Jacob Hodgdon <jhodgdon@iol.unh.edu> Change-Id: I5cf4ede598afa377db7ecec17d8dfef085e130ac
Diffstat (limited to 'src/templates/base/dashboard/searchable_select_multiple.html')
-rw-r--r--src/templates/base/dashboard/searchable_select_multiple.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/base/dashboard/searchable_select_multiple.html b/src/templates/base/dashboard/searchable_select_multiple.html
index f7fd189..4d996e5 100644
--- a/src/templates/base/dashboard/searchable_select_multiple.html
+++ b/src/templates/base/dashboard/searchable_select_multiple.html
@@ -1,6 +1,6 @@
<div id="search_select_outer" class="d-flex flex-column">
{% if incompatible == "true" %}
- <div class="alert alert-danger" role="alert">
+ <div class="alert alert-danger alertAnuket" role="alert">
<h3>Warning: Incompatible Configuration</h3>
<p>Please make a different selection, as the current config conflicts with the selected pod</p>
</div>