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>2017-06-01 14:33:49 +0300
committerGitHub <noreply@github.com>2017-06-01 14:33:49 +0300
commitc8ed1ece6ea43476dbc69ac963ed63b5a4c82450 (patch)
tree1b7a790541265abf881a1ba78e6cb32fb0d1bd23 /templates
parenteb40aafa79a9e4a5b2d47ffed62033056de646fd (diff)
Putting endpoint URL within input field
Signed-off-by: Patrik Kernstock <info@pkern.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings-admin.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/settings-admin.php b/templates/settings-admin.php
index a6e7514..ab4359d 100644
--- a/templates/settings-admin.php
+++ b/templates/settings-admin.php
@@ -69,5 +69,9 @@ style('serverinfo', 'style');
<div class="section" id="ocsEndPoint">
<h2><?php p($l->t('External monitoring tool'));?></h2>
<p>
- <?php p($l->t('You can connect an external monitoring tool by using this end point: ') . $_['ocs']);?>
+ <?php p($l->t('You can connect an external monitoring tool by using this end point:')); ?>
+ </p>
+ <div>
+ <input type="text" readonly="readonly" style="width: 415px;" id="monitoring-endpoint-url" value="<?php echo p($_['ocs']); ?>">
+ </div>
</div>