14 lines
314 B
HTML
14 lines
314 B
HTML
<div class="row col-12 align-items-center" style="margin-top:-0.5rem">
|
|
<h2 id="topBuildingText"></h2>
|
|
</div>
|
|
|
|
<script>
|
|
$(function(){
|
|
_setTopBuildingText();
|
|
|
|
})
|
|
|
|
function _setTopBuildingText(){
|
|
$("#topBuildingText").text("系統監控/" + (pageAct.buiName ?? ""));
|
|
}
|
|
</script> |