1
1
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:
Gusted
2022-04-27 16:10:43 +02:00
parent a4ed98b544
commit 330afac392
3 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>