mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 16:04:36 +01:00
* Fixed some issues Solve the problem of repeated addition of user objects in db.json after logging into the control panel * 更新 * 更新 * 修复问题 * Update * Add missing files
8 lines
378 B
Plaintext
8 lines
378 B
Plaintext
@{
|
|
ViewData["Title"] = "Database configuration";
|
|
}
|
|
|
|
<div class="text-center">
|
|
<h1 class="display-4" data-i18n="config.database.title">数据库配置</h1>
|
|
<button id="reloadDB" type="button" class="btn btn-danger" data-i18n-title="config.database.reloadHint" onclick="runSimpleCmd('reloadDb')" data-i18n="config.database.reload">重新加载数据库</button>
|
|
</div> |