diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-08-01 13:30:31 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-08-01 13:30:31 +0200 |
commit | 81dc12a77bb88340baae1e05011e1b96b8df6536 (patch) | |
tree | 02ea02690060f203131b9921760fdb80bff04d1e /core/templates | |
parent | b5c5faebfc136d634fd7e80d6a0a8e1094bca717 (diff) | |
download | nextcloud-server-81dc12a77bb88340baae1e05011e1b96b8df6536.tar.gz nextcloud-server-81dc12a77bb88340baae1e05011e1b96b8df6536.zip |
Fix triangle on update page
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/update.admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index aaeacea993b..fecb53bee83 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -49,7 +49,7 @@ <p id="update-progress-message-error" class="hidden"></p> <ul id="update-progress-message-warnings" class="hidden"></ul> <p id="update-progress-message"></p> - <a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a> + <a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> ⏷</a> <div id="update-progress-detailed" class="hidden"></div> </div> </div> |