mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 11:42:19 +08:00

* Fix status badge URL * Remove enhanced features from the overview page * Update TokenPermissionsInfo.tsx * Update ConnectionStep * Update Bootstrap step * Vertical stepper * Show enhanced features * Update step name * Fix stale settings data * Update steps * Revert Field changes * Do not require workflows * Show disabled buttons * Update final step's checkboxes * Add translations * Rename to RepositoryList * Remove type select * Merge pull and migrate steps * Fix migration job * Update text * Update card text * Fix repository link * Update progress bar * Refactor workflows into readOnly and prWorkflow * Remove todos * i18n * Fix translation * Update ConnectRepositoryButton.tsx * Add form prompt * Fix form prompt * Fix GH-only fields * Update copy * Cleanup * Add translations * Update translations * Update translations * Fix title
4 lines
187 B
TypeScript
4 lines
187 B
TypeScript
export const PROVISIONING_URL = '/admin/provisioning';
|
|
export const CONNECT_URL = `${PROVISIONING_URL}/connect`;
|
|
export const GETTING_STARTED_URL = `${PROVISIONING_URL}/getting-started`;
|