mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
feat: add labels ui page
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
import { orgStore } from "@/auth/org.ts"
|
||||
import { authStore } from "@/auth/store.ts"
|
||||
import { Configuration, MeApi, MeAPIKeysApi, OrgsApi, ServersApi, SshApi, TaintsApi } from "@/sdk"
|
||||
import {
|
||||
Configuration,
|
||||
LabelsApi,
|
||||
MeApi,
|
||||
MeAPIKeysApi,
|
||||
OrgsApi,
|
||||
ServersApi,
|
||||
SshApi,
|
||||
TaintsApi,
|
||||
} from "@/sdk"
|
||||
|
||||
export const API_BASE = "/api/v1"
|
||||
|
||||
@@ -75,3 +84,7 @@ export function makeServersApi() {
|
||||
export function makeTaintsApi() {
|
||||
return makeApiClient(TaintsApi)
|
||||
}
|
||||
|
||||
export function makeLabelsApi() {
|
||||
return makeApiClient(LabelsApi)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user