The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/app/features/org/partials/select_org.html

26 lines
622 B

<page-header model="navModel"></page-header>
<div class="page-container page-body">
<div class="signup">
<div class="login-form">
<div class="modal-tagline">
You have been added to another Organization due to an open invitation!
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">
<div ng-repeat="org in orgs">
<a ng-click="setUsingOrg(org)" class="btn btn-primary">
{{org.name}} ({{org.role}})
</a>
</div>
</div>
</div>
</div>
</div>