1
0
Fork 0
mirror of synced 2024-08-28 16:41:39 +12:00
appwrite/app/views/console/database/index.phtml

16 lines
618 B
PHTML
Raw Normal View History

2019-05-09 18:54:39 +12:00
<?php
2019-08-06 16:58:32 +12:00
2019-05-09 18:54:39 +12:00
use Utopia\Locale\Locale;
?>
<div class="cover margin-bottom-large">
<h1 class="zone xl margin-bottom-large margin-top">
2019-05-10 04:15:51 +12:00
<a data-ls-attrs="href=/console/openings/new?company={{router.params.company}}" class="button icon margin-top-tiny pull-end"><i class="icon-plus"></i> &nbsp;Upload</a>
2019-05-09 18:54:39 +12:00
<?php echo Locale::getText('console.database.title'); ?>
</h1>
</div>
<div class="zone xl">
2019-08-06 16:58:32 +12:00
<div class="box dashboard" data-service="database.list" data-event="load" data-param-search="" data-param-limit="25" data-param-offset="0" data-scope="sdk" data-name="project-users">
2019-05-09 18:54:39 +12:00
</div>
</div>