diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 14f6ae5..f3ca5e6 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -1,6 +1,5 @@ name: make on: - pull_request: push: schedule: - cron: '0 4 5,25 * *' diff --git a/vre-panel/pages/index.tsx b/vre-panel/pages/index.tsx index 49ce94e..df97b2a 100644 --- a/vre-panel/pages/index.tsx +++ b/vre-panel/pages/index.tsx @@ -40,91 +40,93 @@ const VLabs = ({}) => { }, []); return ( -
- {paasConfigLoading ? ( - - - - ) : ( - paasConfig.description +
+ {paasConfigLoading ? ( + + + + ) : ( + paasConfig.description + )} +
+ {paasConfigLoading || ( + paasConfig.documentation_url && ( + + ) )} - - {paasConfigLoading || ( - paasConfig.documentation_url && ( - - ) - )} -- -
-- -
++ +
++ +
+- {vlab.description} -
-+ {vlab.description} +
+{vlab.title}
- -