mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: lint
This commit is contained in:
@@ -18,7 +18,7 @@ export const Languages = {
|
|||||||
norwegian: { code: "no", name: "Norsk" },
|
norwegian: { code: "no", name: "Norsk" },
|
||||||
azerbaijani: { code: "az", name: "Azərbaycan" },
|
azerbaijani: { code: "az", name: "Azərbaycan" },
|
||||||
indonesian: { code: "id", name: "Bahasa Indonesia" },
|
indonesian: { code: "id", name: "Bahasa Indonesia" },
|
||||||
malayalam: { code: "ml", name: "മലയാളം" }
|
malayalam: { code: "ml", name: "മലയാളം" },
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Language = keyof typeof Languages;
|
export type Language = keyof typeof Languages;
|
||||||
|
|||||||
@@ -1316,7 +1316,8 @@ export const templates: TemplateData[] = [
|
|||||||
id: "glance",
|
id: "glance",
|
||||||
name: "Glance",
|
name: "Glance",
|
||||||
version: "latest",
|
version: "latest",
|
||||||
description: "A self-hosted dashboard that puts all your feeds in one place. Features RSS feeds, weather, bookmarks, site monitoring, and more in a minimal, fast interface.",
|
description:
|
||||||
|
"A self-hosted dashboard that puts all your feeds in one place. Features RSS feeds, weather, bookmarks, site monitoring, and more in a minimal, fast interface.",
|
||||||
logo: "glance.png",
|
logo: "glance.png",
|
||||||
links: {
|
links: {
|
||||||
github: "https://github.com/glanceapp/glance",
|
github: "https://github.com/glanceapp/glance",
|
||||||
@@ -1329,7 +1330,8 @@ export const templates: TemplateData[] = [
|
|||||||
id: "homarr",
|
id: "homarr",
|
||||||
name: "Homarr",
|
name: "Homarr",
|
||||||
version: "latest",
|
version: "latest",
|
||||||
description: "A sleek, modern dashboard that puts all your apps and services in one place with Docker integration.",
|
description:
|
||||||
|
"A sleek, modern dashboard that puts all your apps and services in one place with Docker integration.",
|
||||||
logo: "homarr.png",
|
logo: "homarr.png",
|
||||||
links: {
|
links: {
|
||||||
github: "https://github.com/homarr-labs/homarr",
|
github: "https://github.com/homarr-labs/homarr",
|
||||||
@@ -1339,5 +1341,4 @@ export const templates: TemplateData[] = [
|
|||||||
tags: ["dashboard", "monitoring"],
|
tags: ["dashboard", "monitoring"],
|
||||||
load: () => import("./homarr/index").then((m) => m.generate),
|
load: () => import("./homarr/index").then((m) => m.generate),
|
||||||
},
|
},
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user