mirror of
https://github.com/go-gitea/gitea
synced 2025-08-17 06:58:27 +00:00
Fix cron/notice tables on admin
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
</h4>
|
</h4>
|
||||||
<div class="ui attached table segment">
|
<div class="ui attached table segment">
|
||||||
<form method="post" action="{{AppSubUrl}}/admin">
|
<form method="post" action="{{AppSubUrl}}/admin">
|
||||||
<table class="ui very basic striped table">
|
<table class="ui very basic striped table unstackable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
{{.i18n.Tr "admin.monitor.queues"}}
|
{{.i18n.Tr "admin.monitor.queues"}}
|
||||||
</h4>
|
</h4>
|
||||||
<div class="ui attached table segment">
|
<div class="ui attached table segment">
|
||||||
<table class="ui very basic striped table">
|
<table class="ui very basic striped table unstackable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{.i18n.Tr "admin.monitor.queue.name"}}</th>
|
<th>{{.i18n.Tr "admin.monitor.queue.name"}}</th>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
{{.i18n.Tr "admin.notices.system_notice_list"}} ({{.i18n.Tr "admin.total" .Total}})
|
{{.i18n.Tr "admin.notices.system_notice_list"}} ({{.i18n.Tr "admin.total" .Total}})
|
||||||
</h4>
|
</h4>
|
||||||
<div class="ui attached table segment">
|
<div class="ui attached table segment">
|
||||||
<table id="notice-table" class="ui very basic select selectable table">
|
<table id="notice-table" class="ui very basic select selectable table unstackable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
Reference in New Issue
Block a user