mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 23:35:01 -04:00
[#181] move edit-favourites button to original place in the template, so it is not visible anymore during load. Update TODO.md accordingly
This commit is contained in:
parent
e74d7998fd
commit
f1340f1249
2 changed files with 9 additions and 10 deletions
|
@ -143,6 +143,13 @@
|
|||
<!-- <div id="preloader-error" class="loading-error"></div>-->
|
||||
<!-- </div>-->
|
||||
<!-- End preloader overlay -->
|
||||
<button type="button"
|
||||
class="btn btn-warning bmd-btn-icon"
|
||||
id="edit-favourites"
|
||||
data-toggle="tooltip"
|
||||
title="Edit favourites">
|
||||
<i class="material-icons">star</i>
|
||||
</button>
|
||||
|
||||
<div id="content-wrapper">
|
||||
<!-- banner -->
|
||||
|
@ -202,14 +209,6 @@
|
|||
Operations
|
||||
|
||||
<span class="pane-controls hide-on-maximised-output">
|
||||
<button type="button"
|
||||
class="btn btn-warning bmd-btn-icon"
|
||||
id="edit-favourites"
|
||||
data-toggle="tooltip"
|
||||
title="Edit favourites">
|
||||
<i class="material-icons">star</i>
|
||||
</button>
|
||||
|
||||
<button type="button"
|
||||
class="btn bmd-btn-icon mobile-only hidden"
|
||||
id="reset-operations"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue