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
path: root/js
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 /js
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 'js')
-rw-r--r--js/script.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/script.js b/js/script.js
index b78eae9..8e73137 100644
--- a/js/script.js
+++ b/js/script.js
@@ -41,6 +41,7 @@
setHumanReadableSizeToElement("phpUploadMaxSize");
setHumanReadableSizeToElement("systemDiskFreeSpace");
+ $('#ocsEndPoint span.icon-info').tooltip({placement: 'top'});
initMonitoringLinkToClipboard();
$("#monitoring-endpoint-url").on('click', function() {
$(this).select();