Skip to content

Commit

Permalink
fix empty vlabs list message
Browse files Browse the repository at this point in the history
  • Loading branch information
gpelouze committed Sep 14, 2023
1 parent ec31440 commit e8f3f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vre-panel/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ const VLabs = ({}) => {
);
})
) : (
<div className="max-w-sm rounded overflow-hidden shadow-lg bg-white m-10 p-5 text-gray-700">
Could not load virtual found
<div className="w-1/3 rounded overflow-hidden shadow-lg bg-white">
No virtual labs found
</div>
)
)
Expand Down

0 comments on commit e8f3f4f

Please sign in to comment.