chore: version info modal
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
documentation: 'https://docs.gpustack.ai/',
|
||||
github: 'https://github.com/gpustack/gpustack',
|
||||
discord: 'https://discord.gg/2ZvXuaYq',
|
||||
site: 'https://seal.io/'
|
||||
};
|
||||
Vendored
+2
@@ -21,4 +21,6 @@ declare namespace Global {
|
||||
require_password_change: boolean;
|
||||
id: number;
|
||||
}
|
||||
|
||||
type SearchParams = Pagination & { search?: string };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user