1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-27 21:53:25 +00:00

stub out org settings

This commit is contained in:
Kyle Spearrin
2017-04-06 13:10:43 -04:00
parent 8f007a70db
commit 653afe9f8b
5 changed files with 33 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
angular
.module('bit.organization')
.controller('organizationSettingsController', function ($scope) {
});

View File

@@ -1,6 +1,6 @@
<section class="content-header">
<h1>
Organization Dashboard
Dashboard
<small>Some org</small>
</h1>
</section>

View File

@@ -0,0 +1,16 @@
<section class="content-header">
<h1>
Settings
<small>manage your organization</small>
</h1>
</section>
<section class="content">
<div class="box">
<div class="box-header with-border">
<h3 class="box-title"><i class="fa fa-server"></i> My Org</h3>
</div>
<div class="box-body">
Some data
</div>
</div>
</section>