diff --git a/vre-panel/pages/index.tsx b/vre-panel/pages/index.tsx index cf68d8f..5becef2 100644 --- a/vre-panel/pages/index.tsx +++ b/vre-panel/pages/index.tsx @@ -76,9 +76,9 @@ const VLabs = ({}) => { ) )} -
+
{vlabsLoading ? ( -
+
@@ -97,7 +97,7 @@ const VLabs = ({}) => { vlabs.length > 0 ? ( vlabs.map((vlab: any) => { return ( -
+
{
{vlab.title}
-

+

{vlab.description}

@@ -118,7 +118,7 @@ const VLabs = ({}) => { ); }) ) : ( -
+
No virtual labs found
)