Skip to content

Commit

Permalink
Merge pull request #5925 from cajiya-nakamura/update-issue-5924-admin…
Browse files Browse the repository at this point in the history
…_security_add_require_label

管理画面>セキュリティ管理 「必須」アイコンの追加
  • Loading branch information
chihiro-adachi authored Mar 27, 2023
2 parents fef2995 + 42f1a37 commit 135dd29
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ file that was distributed with this source code.
<div class="d-inline-block" data-bs-toggle="tooltip" data-bs-placement="top" title="{{ 'tooltip.setting.system.security.admin_url'|trans }}">
<span>{{ 'admin.setting.system.security.admin_url'|trans }}</span><i class="fa fa-question-circle fa-lg ms-1"></i>
</div>
<span class="badge bg-primary ms-1">{{ 'admin.common.required'|trans }}</span>
</div>
<div class="col">
{{ form_widget(form.admin_route_dir) }}
Expand Down Expand Up @@ -192,6 +193,7 @@ file that was distributed with this source code.
<div class="d-inline-block" data-bs-toggle="tooltip" data-bs-placement="top" title="{{ 'tooltip.setting.system.security.trusted_hosts'|trans }}">
<span>{{ 'admin.setting.system.security.trusted_hosts'|trans }}</span><i class="fa fa-question-circle fa-lg ms-1"></i>
</div>
<span class="badge bg-primary ms-1">{{ 'admin.common.required'|trans }}</span>
</div>
<div class="col">
{{ form_widget(form.trusted_hosts, { 'attr': { 'placeholder': 'admin.setting.system.security.trusted_hosts_sample'|trans }}) }}
Expand Down

0 comments on commit 135dd29

Please sign in to comment.