mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-06 07:03:33 +00:00
Starting modal for module info.
This commit is contained in:
parent
e8d45d80e7
commit
8a8ee5dadc
8 changed files with 146 additions and 4 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<div class="debugger-body">
|
||||
<div class="debugger-fnlist">
|
||||
<div class="debugger-fnlist-header">
|
||||
<div class="btn-group btn-group-xs full-width">
|
||||
<div class="debugger-fnlist-header-left btn-group btn-group-xs full-width">
|
||||
<button type="button" class="btn btn-default dropdown-toggle full-width" data-toggle="dropdown">
|
||||
{{selectedModule.name}} <span class="caret"></span>
|
||||
</button>
|
||||
|
|
@ -28,6 +28,11 @@
|
|||
<li ng-repeat="module in moduleList"><a href="" ng-click="selectModule(module)">{{module.name}}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="debugger-fnlist-header-right btn-group btn-group-xs">
|
||||
<button type="button" class="btn btn-default" ng-click="showModuleInfo(selectedModule)">
|
||||
Info
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="debugger-fnlist-body">
|
||||
<div class="debugger-fnlist-list">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue