* Fix bug #38242.
This commit is contained in:
@@ -298,7 +298,7 @@ $lang->action->desc->uninstall = '$date, 由 <strong>$actor</stron
|
||||
$lang->action->desc->start = '$date, 由 <strong>$actor</strong> 启动。' . "\n";
|
||||
$lang->action->desc->stop = '$date, 由 <strong>$actor</strong> 关闭。' . "\n";
|
||||
$lang->action->desc->editname = '$date, 由 <strong>$actor</strong> 修改了名称,从 <strong>$oldName</strong> 修改为 <strong>$newName</strong> 。' . "\n";
|
||||
$lang->action->desc->upgrade = '$date, 由 <strong>$actor</strong> 升级,从 $oldVersion<strong> 升级为 <strong>$newVersion</strong> 。' . "\n";
|
||||
$lang->action->desc->upgrade = '$date, 由 <strong>$actor</strong> 升级,从 <strong>$oldVersion</strong> 升级为 <strong>$newVersion</strong> 。' . "\n";
|
||||
$lang->action->desc->backup = '$date, 由 <strong>$actor</strong> 备份。' . "\n";
|
||||
$lang->action->desc->adjustmemory = '$date, 由 <strong>$actor</strong> 调整内存到 <strong>$newMemory</strong> 。' . "\n";
|
||||
$lang->action->desc->enableldap = '$date, 由 <strong>$actor</strong> 启用了LDAP。' . "\n";
|
||||
|
||||
@@ -144,7 +144,7 @@ panel
|
||||
set::onClickItem(jsRaw('window.treeClick')),
|
||||
)
|
||||
),
|
||||
a(set::className('iframe'), setData('size', '1000px'), setData('toggle', 'modal'), set::id('linkObject'))
|
||||
a(set::className('iframe'), setData('size', '1200px'), setData('toggle', 'modal'), set::id('linkObject'))
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
@@ -42,4 +42,5 @@
|
||||
.repoCode .view-line-icon.add-bug {left: 5px;}
|
||||
.repoCode .view-line-icon.add-bug .icon {font-weight: bold;}
|
||||
.repoCode .view-line-icon .bug-count {vertical-align: middle; padding-left: 5px;}
|
||||
.repoCode #bugForm {margin: 0; padding: 10px 20px 10px 0;}
|
||||
.repoCode #bugForm {margin: 0; padding: 10px 20px 10px 0;}
|
||||
#bugContainer .panel-heading {padding-bottom: 0;}
|
||||
@@ -92,4 +92,4 @@ sidebar
|
||||
)
|
||||
);
|
||||
|
||||
a(set::className('iframe'), setData('size', '1000px'), setData('toggle', 'modal'), set::id('linkObject'));
|
||||
a(set::className('iframe'), setData('size', '1200px'), setData('toggle', 'modal'), set::id('linkObject'));
|
||||
|
||||
@@ -107,4 +107,4 @@ sidebar
|
||||
)
|
||||
);
|
||||
|
||||
a(set::className('iframe'), setData('size', '1000px'), setData('toggle', 'modal'), set::id('linkObject'));
|
||||
a(set::className('iframe'), setData('size', '1200px'), setData('toggle', 'modal'), set::id('linkObject'));
|
||||
|
||||
@@ -8,7 +8,7 @@ form
|
||||
set::method('post'),
|
||||
div
|
||||
(
|
||||
setClass('flex flex-row justify-between'),
|
||||
setClass('flex flex-row justify-between align-items mt-6'),
|
||||
input
|
||||
(
|
||||
set::id('title'),
|
||||
|
||||
Reference in New Issue
Block a user