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:
Shavonn Brown
2019-06-11 14:23:54 +02:00
committed by GitHub
parent a20309d7d2
commit 40f95a95c0
7 changed files with 197 additions and 27 deletions

View File

@@ -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>