mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
45 lines
924 B
HTML
45 lines
924 B
HTML
<div class="container">
|
|
|
|
<div class="signup-page-background">
|
|
</div>
|
|
|
|
<div class="login-box">
|
|
|
|
<div class="login-box-logo">
|
|
<img src="img/logo_transparent_200x75.png">
|
|
</div>
|
|
|
|
<div class="invite-box">
|
|
<h3>
|
|
<i class="fa fa-users"></i>
|
|
Change active organization
|
|
</h3>
|
|
|
|
<div class="modal-tagline">
|
|
You have been added to another Organization <br>
|
|
due to an open invitation!
|
|
<br><br>
|
|
|
|
Please select which organization you want to <br>
|
|
use right now (you can change this later at any time).
|
|
</div>
|
|
|
|
<div style="display: inline-block; width: 400px; margin: 30px 0">
|
|
<table class="grafana-options-table">
|
|
<tr ng-repeat="org in orgs">
|
|
<td class="nobg max-width-btns">
|
|
<a ng-click="setUsingOrg(org)" class="btn btn-inverse">
|
|
{{org.name}} ({{org.role}})
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|