mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
22 lines
588 B
HTML
22 lines
588 B
HTML
<navbar title="Organization" icon="icon-gf icon-gf-users">
|
|
</navbar>
|
|
|
|
<div class="page-container">
|
|
<div class="page">
|
|
|
|
<h2 style="margin-top: 30px;">Add Organization</h2>
|
|
|
|
<form name="form" 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" placeholder="organization name">
|
|
</div>
|
|
<br>
|
|
<div class="gf-form-buttons-row">
|
|
<button class="btn btn-success pull-right" ng-click="createOrg()">Create</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|