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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/index.php')
-rw-r--r--ncp-web/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/ncp-web/index.php b/ncp-web/index.php
index 76c85084..98d7c152 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -148,6 +148,7 @@ HTML;
</div>
<div id="app-content">
+ <div id="app-navigation-toggle" class="icon-menu hidden"></div>
<h2 id="config-box-title">Configure NextCloudPi features</h2>
<a href="#" target="_blank">
<div id="config-extra-info" class="icon-info"></div>
@@ -163,7 +164,7 @@ HTML;
<div id="circle-retstatus" class="icon-red-circle"></div>
</div>
</form>
- <textarea readonly id="details-box" rows="25" cols="60"></textarea>
+ <textarea readonly id="details-box" rows="12"></textarea>
</div>
</div>