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:
authorPatrik Kernstock <info@pkern.at>2018-09-05 02:09:27 +0300
committerPatrik Kernstock <info@pkern.at>2018-09-05 02:09:27 +0300
commit39c568dcbb9469654e22f7cd4630d7a9fddeb2cd (patch)
treee9bd50aaa1f65bba58ec0c9b2d69be5f64562a55 /templates
parent848c582d196d1c7307604f9c68a9115f10f5ac1a (diff)
Add a simple tooltip to make people aware of the JSON format
Signed-off-by: Patrik Kernstock <info@pkern.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings-admin.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/settings-admin.php b/templates/settings-admin.php
index 78003ac..e94fa16 100644
--- a/templates/settings-admin.php
+++ b/templates/settings-admin.php
@@ -84,5 +84,6 @@ style('serverinfo', 'style');
<div>
<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>
- </div>
+ <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>
</div>