forked from ontoportal/ontoportal_web_ui
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use the vertical tabs component in the admin page
- Loading branch information
1 parent
cd45c7b
commit 8a56c3c
Showing
6 changed files
with
33 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
%div.container | ||
%div#site-admin-clear-caches.my-5 | ||
%div.site-admin-page-header | ||
CACHE MANAGEMENT | ||
%dive.site-admin-page-section.d-flex.mb-3 | ||
= action_button("Flush UI cache", admin_clearcache_path, class_style: 'btn btn-primary mx-1') | ||
= action_button("Reset UI cache connection", admin_resetcache_path, class_style: 'btn btn-primary mx-1') | ||
= action_button("Flush GOO cache", admin_clear_goo_cache_path, class_style: 'btn btn-primary mx-1') | ||
= action_button("Flush HTTP cache", admin_clear_http_cache_path, class_style: 'btn btn-primary mx-1') | ||
|
||
%div.mb-5 | ||
%div.site-admin-page-header | ||
VERSION MANAGEMENT | ||
%dive.site-admin-page-section | ||
= render TurboFrameComponent.new(id: 'update_check_frame', src: '/admin/indexer/collections') do |c| | ||
- c.loader { 'Checking for updates ...' } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters