mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
16223 user auth token list and revoke (#17434)
* Start user auth token list on user profile (#16223) * Now session found and first, better os regex (#16223) * Revoke for user and admin user token manage (#16223) * Tidying and styling (#16223) * Tidying and styling (#16223) * Update to use #16222 (#16223) * Update for changes to 16222 * update per api issue
This commit is contained in:
@@ -126,7 +126,7 @@ export class SharedPreferences extends PureComponent<Props, State> {
|
||||
getOptionLabel={i => i.title}
|
||||
onChange={(dashboard: DashboardSearchHit) => this.onHomeDashboardChanged(dashboard.id)}
|
||||
options={dashboards}
|
||||
placeholder="Chose default dashboard"
|
||||
placeholder="Choose default dashboard"
|
||||
width={20}
|
||||
/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user