mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-29 18:26:03 +08:00
feat: Improve alert (#8568)
This commit is contained in:
parent
f1cd0927d8
commit
2b0e932ca5
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@ export const listAllNodes = () => {
|
||||||
return http.get<Array<Setting.NodeItem>>(`/core/nodes/all`);
|
return http.get<Array<Setting.NodeItem>>(`/core/nodes/all`);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const getLicenseSmsInfo = () => {
|
||||||
|
return http.get<Setting.LicenseStatus>(`/core/licenses/sms/info`);
|
||||||
|
};
|
||||||
|
|
||||||
// agent
|
// agent
|
||||||
export const loadBaseDir = () => {
|
export const loadBaseDir = () => {
|
||||||
return http.get<string>(`/settings/basedir`);
|
return http.get<string>(`/settings/basedir`);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue