diff options
| author | Kumar Priyansh <[email protected]> | 2019-12-27 02:25:49 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-12-27 02:25:49 +0530 |
| commit | de90854e66d7dec78c58d83e1eb7728b41c219b9 (patch) | |
| tree | e5c1c9b9d623eb3bf509a33f3758da758ab76952 /templates/mac | |
| parent | ce544e61e9142642a5201cc19526b0ea13a69aed (diff) | |
| download | nativekit-de90854e66d7dec78c58d83e1eb7728b41c219b9.tar.xz nativekit-de90854e66d7dec78c58d83e1eb7728b41c219b9.zip | |
Updated mac Template for Tab Views
Diffstat (limited to 'templates/mac')
| -rw-r--r-- | templates/mac/index.html | 7 |
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> |
