aboutsummaryrefslogtreecommitdiff
path: root/templates/mac/index.html
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-12-27 02:25:49 +0530
committerKumar Priyansh <[email protected]>2019-12-27 02:25:49 +0530
commitde90854e66d7dec78c58d83e1eb7728b41c219b9 (patch)
treee5c1c9b9d623eb3bf509a33f3758da758ab76952 /templates/mac/index.html
parentce544e61e9142642a5201cc19526b0ea13a69aed (diff)
downloadnativekit-de90854e66d7dec78c58d83e1eb7728b41c219b9.tar.xz
nativekit-de90854e66d7dec78c58d83e1eb7728b41c219b9.zip
Updated mac Template for Tab Views
Diffstat (limited to 'templates/mac/index.html')
-rw-r--r--templates/mac/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/mac/index.html b/templates/mac/index.html
index fef1b79..6d958ba 100644
--- a/templates/mac/index.html
+++ b/templates/mac/index.html
@@ -58,6 +58,13 @@
</header>
<div class="content boxed">
<div class="box-layout">
+ <ul class="tabview">
+ <li class="tabitem active">General</li>
+ <li class="tabitem">Security</li>
+ <li class="tabitem">Firewall</li>
+ <li class="tabitem">Sounds</li>
+ <li class="tabitem">NativeKit</li>
+ </ul>
<p>Box Layout</p>
</div>
</div>