看板初始化提交

This commit is contained in:
zephyr
2026-06-01 21:23:12 -07:00
commit 27411ebedc
1827 changed files with 192340 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<div class="page-header">
<h2><?= t('API') ?></h2>
</div>
<div class="panel">
<ul>
<li>
<?= t('API token:') ?>
<strong><?= $this->text->e($values['api_token']) ?></strong>
</li>
<li>
<?= t('API endpoint:') ?>
<strong><?= $this->text->e($this->url->base()).'jsonrpc.php' ?></strong>
</li>
</ul>
</div>
<?= $this->url->link(t('Reset token'), 'ConfigController', 'token', array('type' => 'api'), true, 'btn btn-red') ?>