Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/hushasha/aggregation-platform/src/branch/Web_Manager_Develope/plugins/kubernetes/html/termShell.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
aggregation-platform/plugins/kubernetes/html/termShell.html

10 lines
461 B

<div class="terminal-window" terminal-window ng-mousedown="raise()">
<div class="terminal-title" ng-mousedown="mouseDown($event)">
<h5 ng-bind="containerName"></h5>
<i class="fa fa-remove pull-right clickable" title="Close and exit this terminal" ng-click="close()"></i>
<i class="fa fa-sort-desc pull-right clickable" title="Minimize this terminal" ng-click="minimize($event)"></i>
</div>
<div class="terminal-body">
</div>
</div>