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:
6
src/app/organization/organizationSettingsController.js
Normal file
6
src/app/organization/organizationSettingsController.js
Normal file
@@ -0,0 +1,6 @@
|
||||
angular
|
||||
.module('bit.organization')
|
||||
|
||||
.controller('organizationSettingsController', function ($scope) {
|
||||
|
||||
});
|
||||
@@ -1,6 +1,6 @@
|
||||
<section class="content-header">
|
||||
<h1>
|
||||
Organization Dashboard
|
||||
Dashboard
|
||||
<small>Some org</small>
|
||||
</h1>
|
||||
</section>
|
||||
|
||||
16
src/app/organization/views/organizationSettings.html
Normal file
16
src/app/organization/views/organizationSettings.html
Normal 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>
|
||||
Reference in New Issue
Block a user