看板初始化提交
This commit is contained in:
@@ -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') ?>
|
||||
Reference in New Issue
Block a user