Skip to content

Commit

Permalink
template console log and startup profile
Browse files Browse the repository at this point in the history
  • Loading branch information
anapnoe committed Oct 4, 2024
1 parent fc98b64 commit 412cf01
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 289 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
<div id="template-extensions" class="template"></div>
<div id="template-settings" class="template"></div>
<div id="template-model-merger" class="template"></div>
<!--<div id="layout-console-log"></div>-->
<div id="template-console-log" class="template"></div>
<div id="layout-theme" class="flexbox col padding">
<div show-button="#btn_theme_editor" data-selector="[id^='tab_ui_theme'] > div"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,44 @@
<div id="layout-console-log" class="layout">
<div class="layout-header">
</div>

<div class="layout-content">
<div id="container-console-log">
</div>
</div>
<div class="layout-footer">
<div class="flexbox flex-end padding">

<button title="Startup profile" class="ae-button"
onclick="popup_trigger.click(); testpopup(); showProfile('./internal/profile-startup'); return false;">
<div class="mask-icon icon-profile">
<div class="xtabs flexbox col">

<div id="logger_tabitem" class="xtabs-item no-padding">
<div id="container-console-log">
</div>
</button>
</div>

<div id="profile_tabitem" class="xtabs-item no-padding">
<div data-parent-selector=".global-popup"
data-selector="table.popup-table"
class="portal dynamic">
</div>
</div>

</div>

<div class="layout-footer">

<div class="flexbox padding">

<button title="Console Log" id="logger_nav" active="true"
tabItemId="#logger_tabitem" tabGroup="console_group"
class="xtabs-tab">
<div class="mask-icon icon-terminal">
</div>
<span>Console Log</span>
</button>

<button id="profile_nav" title="Startup profile" class="xtabs-tab"
tabItemId="#profile_tabitem" tabGroup="console_group"
onclick="showProfile('./internal/profile-startup'); return false;">
<div class="mask-icon icon-profile">
</div>
<span>Startup profile</span>
</button>

</div>

</div>
</div>
</div>
</div>
Loading

0 comments on commit 412cf01

Please sign in to comment.