first commit
This commit is contained in:
8
pma/templates/server/select/server_options.twig
Normal file
8
pma/templates/server/select/server_options.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
{% for server in select %}
|
||||
<option
|
||||
value="{{ server.value }}"
|
||||
{% if server.selected %}selected="selected"{% endif %}
|
||||
>
|
||||
{{- server.label -}}
|
||||
</option>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user