Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-01-02 18:52:28 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-18 15:19:09 +0300
commit749d477b265da663cb21b881ca4f3a1c401bf078 (patch)
tree78cedea110a3c48a04b6aff3b997db47f153b90a /templates
parent98bf452f52094c64fdbbd4a4602e128590343964 (diff)
Put the info text below the input.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Kevin Pfeifer <kevin.pfeifer@sunlime.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings-admin.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/settings-admin.php b/templates/settings-admin.php
index 435f54a..850bdca 100644
--- a/templates/settings-admin.php
+++ b/templates/settings-admin.php
@@ -342,12 +342,12 @@ function FormatBytes($byte) {
<?php p($l->t('You can connect an external monitoring tool by using this end point:')); ?>
</p>
<div class="monitoring-wrapper">
- <input type="text" readonly="readonly" id="monitoring-endpoint-url"
- value="<?php echo p($_['ocs']); ?>"/>
+ <input type="text" readonly="readonly" id="monitoring-endpoint-url" value="<?php echo p($_['ocs']); ?>"/>
<a class="clipboardButton icon icon-clippy" data-clipboard-target="#monitoring-endpoint-url"></a>
- <span class="icon-info svg" title=""
- data-original-title="<?php p($l->t('Did you know?')); ?> <?php p($l->t('Appending "?format=json" at the end of the URL gives you the result in JSON format!')); ?>"></span>
</div>
+ <p class="settings-hint">
+ <?php p($l->t('Appending "?format=json" at the end of the URL gives you the result in JSON.')); ?>
+ </p>
</div>
</div>
</div>