190e8449ce
- rename the directory from webgui to Phi - let the webserver's root point to Phi instead of Docs - redirect old /gui/ url to the new location (/)
11 lines
360 B
HTML
11 lines
360 B
HTML
<div class="tabs vtabs">
|
|
|
|
<ul data-bind="foreach: topics">
|
|
<li data-bind="text: $data,
|
|
css: { selected: $data == $parent.selectedTopic() },
|
|
click: $parent.selectTopic"></li>
|
|
</ul>
|
|
</div>
|
|
<div id="vtabs-content" data-bind="component: { name: selectedComponent, params: { props: $root.props }}">
|
|
|
|
</div>
|