9f2efce516
The router is now benchmarked. The custom router we'll use to replace it will also be benchmarked once it's completed. Added a placeholder page for the Control Panel Dashboard. Tightened some of the control panel route permission checks. Moved the Control Panel menu into it's own template. Added permission checks to the links on the Control Panel menu.
9 lines
261 B
HTML
9 lines
261 B
HTML
{{template "header.html" . }}
|
|
{{template "panel-menu.html" . }}
|
|
<div class="colblock_right">
|
|
<div class="rowitem"><a>Dashboard</a></div>
|
|
</div>
|
|
<div class="colblock_right">
|
|
<div class="rowitem passive">Coming Soon...</div>
|
|
</div>
|
|
{{template "footer.html" . }} |