1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 12:43:36 +00:00

setup new organization layout within backend

This commit is contained in:
Kyle Spearrin
2017-03-01 22:47:24 -05:00
parent 05a92ebd26
commit 492e2e693c
12 changed files with 245 additions and 163 deletions

View File

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

View File

@@ -0,0 +1,2 @@
angular
.module('bit.organization', ['ui.bootstrap']);

View File

@@ -0,0 +1,16 @@
<section class="content-header">
<h1>
Organization Dashboard
<small>Some org</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>