Skip to content

Commit

Permalink
update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
trieu committed Dec 6, 2024
1 parent a6ca767 commit 77bb7c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/app-templates/leocdp-admin/main-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@

<li >
<div class="panel panel-default">
<div class="panel-body" style="font-size: 11px;" >
<div title="Build ID" data-container="body" data-toggle="popover" data-placement="top" style="color:#3300ff!important; font-size: 10px" >
<div class="panel-body" style="font-size: 9px;" >
<div data-container="body" data-toggle="popover" data-placement="top" style="color:#3300ff!important" >
<b>Build ID: <span id="system_build_id" ></span></b>
</div>
</div>
Expand Down Expand Up @@ -327,7 +327,7 @@
navigationSetup();
$('#main_admin_navigation').show();

$('#system_build_id').text(leoCdpBuildVersion);
$('#system_build_id').text(leoCdpBuildVersion).parent().attr('title',leoCdpBuildVersion);

// search bar handler
$('#main_search_profile').on('keyup', function (e) {
Expand Down

0 comments on commit 77bb7c3

Please sign in to comment.