Skip to content

Commit

Permalink
#37
Browse files Browse the repository at this point in the history
  • Loading branch information
DNA-styx committed Sep 8, 2024
1 parent 0c15da6 commit dfdc3ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sbpp-windmill-dashboard/page_admin_groups_add.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<span class="text-xs text-gray-600 dark:text-gray-400">
Type the name of the new group you want to create.
</span>
<span class="text-xs text-red-600 dark:text-red-400">
<div id="name.msg" class="badentry"></div>
</span>
<div class="text-xs text-red-600 dark:text-red-400">
<span id="name.msg" class="badentry"></span>
</div>

<label class="block text-sm">
<span class="text-gray-700 dark:text-gray-400">Group Type</span>
Expand All @@ -32,9 +32,9 @@
This defines the type of group you are about to create. This helps identify and catagorize the groups
list.
</span>
<span class="text-xs text-red-600 dark:text-red-400">
<div id="type.msg" class="badentry"></div>
</span>
<div class="text-xs text-red-600 dark:text-red-400">
<span id="type.msg" class="badentry"></span>
</div>

<table>
<tr
Expand Down

0 comments on commit dfdc3ef

Please sign in to comment.