mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Footer: Single footer implementation for both react & angular pages * Export type * Updates * Use footer links in help menu * Updates & Fixes * Updated snapshot * updated snapshot
25 lines
877 B
HTML
25 lines
877 B
HTML
<page-header model="navModel"></page-header>
|
|
|
|
<div class="page-container page-body" ng-form="playlistEditForm">
|
|
<h3 class="page-sub-heading">
|
|
New Organization
|
|
</h3>
|
|
|
|
<p class="playlist-description">Each organization contains their own dashboards, data sources and configuration, and cannot be shared between orgs. While users may belong to more than one, multiple organization are most frequently used in multi-tenant deployments. </p>
|
|
|
|
<form>
|
|
<div class="gf-form-group">
|
|
<div class="gf-form">
|
|
<span class="gf-form-label width-10">Org. name</span>
|
|
<input type="text" ng-model="newOrg.name" required class="gf-form-input max-width-21" placeholder="organization name">
|
|
</div>
|
|
<br>
|
|
<div class="gf-form-buttons-row">
|
|
<button type="submit" class="btn btn-primary" ng-click="createOrg()">Create</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<footer />
|