Skip to content
Snippets Groups Projects
Commit d816e940 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

the entityid value is required

parent ad20d17e
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
<fieldset>
<legend for="entityid">[% lh.maketext("Type the name or entityID of service to test:") %]</legend>
<select id="entityid" name="entityid">
<select id="entityid" name="entityid" class="required">
<option value=""></option>
[% FOREACH entity IN metadata.sort('display_name') %]
<option value="[% entity.entityid %]">[% entity.display_name %]</option>
......
......@@ -18,7 +18,7 @@
<fieldset>
<legend for="entityid">[% lh.maketext("Type the name or entityID of service to test:") %]</legend>
<select id="entityid" name="entityid">
<select id="entityid" name="entityid" class="required">
<option value=""></option>
[% FOREACH entity IN metadata.sort('display_name') %]
<option value="[% entity.entityid %]">[% entity.display_name %]</option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment