grafana/public/app/features/admin
Dominik Prokop c9b11bfc7a ReactMigration: Migrate DataSource HTTP Settings to React (#19452)
* Basic components for HTTP settings migration WIP

* Add secureJsonFields to DataSourceSettings

* Introduce datasource-http-settings-next directive for backward compatibility

* fix lint

* renames

* rename fix

* TagsInput component

* move tags from app to grafana/ui

* implement tagsinput on datasourcesettings

* capitalize

* new file for react directive for testing

* some layout touch ups

* FormField story

* Minor touch ups

* add url validation

* using prevent default to prevent updating datasource when adding tag

* using Stylefactory and fix tslint issue on MouseEvent

* only show tlsauthsettings if tls or ca cert

* fix url input length

* fix for showAccessOptions

* Implemented CertTextArea, removed commented code

* removed commented / not used code

* Rename and add more elements to Certification component

* fixing newSecureJsonData

* spelling

* Fix issue with checkboxes being undefined

* Removed old partials and minor fix

* removed unused props from story
2019-10-18 12:09:53 +02:00
..
__snapshots__ Performance/Webpack: Introduces more aggressive code-splitting and other perf improvements (#18544) 2019-09-03 09:29:02 +01:00
ldap AlertBox: Merged Alertbox into Alert (#19212) 2019-09-20 13:41:00 +02:00
partials Migration: Migrates Admin settings from angular to react (#19594) 2019-10-03 13:11:21 +01:00
state Debt: Simplifies actionCreatorFactory (#19433) 2019-09-26 11:41:37 +01:00
AdminEditOrgCtrl.ts NavModel: Fixed page header ui tabs issues for some admin pages (#17444) 2019-06-05 15:18:31 +02:00
AdminEditUserCtrl.ts Types: Adds type safety to appEvents (#19418) 2019-10-14 09:27:47 +01:00
AdminListOrgsCtrl.ts Types: Adds type safety to appEvents (#19418) 2019-10-14 09:27:47 +01:00
AdminListUsersCtrl.ts ReactMigration: Migrate DataSource HTTP Settings to React (#19452) 2019-10-18 12:09:53 +02:00
AdminSettings.tsx Migration: Migrates Admin settings from angular to react (#19594) 2019-10-03 13:11:21 +01:00
DisabledUserInfo.tsx Ldap: Add LDAP debug page (#18759) 2019-09-16 18:56:01 +03:00
index.ts Migration: Migrates Admin settings from angular to react (#19594) 2019-10-03 13:11:21 +01:00
ServerStats.test.tsx Chore: No implict any fixes (#17020) 2019-05-13 09:38:19 +02:00
ServerStats.tsx Migration: Migrates Admin settings from angular to react (#19594) 2019-10-03 13:11:21 +01:00
StyleGuideCtrl.ts NavModel: Fixed page header ui tabs issues for some admin pages (#17444) 2019-06-05 15:18:31 +02:00
UserInfo.tsx Ldap: Add LDAP debug page (#18759) 2019-09-16 18:56:01 +03:00
UserSessions.tsx Ldap: Add LDAP debug page (#18759) 2019-09-16 18:56:01 +03:00
UserSyncInfo.tsx Ldap: Add LDAP debug page (#18759) 2019-09-16 18:56:01 +03:00