commit
b1bd421272
@ -24,11 +24,14 @@
|
|||||||
<h2>My data</h2>
|
<h2>My data</h2>
|
||||||
</div>
|
</div>
|
||||||
<section>
|
<section>
|
||||||
|
<div class="alert alert-normal">
|
||||||
|
<h3>Database</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Database size: <?= Helper\format_bytes($db_size) ?></li>
|
<li>Database size: <?= Helper\format_bytes($db_size) ?></li>
|
||||||
<li><a href="?action=optimize-db">Optimize the database</a> (VACUUM command)</li>
|
<li><a href="?action=optimize-db">Optimize the database</a> (VACUUM command)</li>
|
||||||
<li><a href="?action=download-db">Download the entire database</a> (Gzip compressed Sqlite file).</li>
|
<li><a href="?action=download-db">Download the entire database</a> (Gzip compressed Sqlite file).</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="page-section">
|
<div class="page-section">
|
||||||
@ -45,7 +48,7 @@
|
|||||||
<li>Open item = <strong>o</strong></li>
|
<li>Open item = <strong>o</strong></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert alert-normal">
|
<div class="alert alert-info">
|
||||||
<h3>About</h3>
|
<h3>About</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Miniflux version: <strong><?= APP_VERSION ?></strong></li>
|
<li>Miniflux version: <strong><?= APP_VERSION ?></strong></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user