Files
EpinelPS/EpinelPS/Views/Admin/Database.cshtml
阁主 059821deb7 Beautiful admin panel (#35)
* 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
2025-05-25 08:32:34 -05:00

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>