Skip to content

Commit

Permalink
test: for QA
Browse files Browse the repository at this point in the history
  • Loading branch information
pwilson77 committed Sep 12, 2024
1 parent 1d830c0 commit eb09f9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/hosts/HostsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ import { HOST_HEALTH_STATUS } from '@/models/NodeConnectivityStatus';

const HOST_DOCS_URL = 'https://docs.netmaker.io/ui-reference.html#hosts';

const test0: any = undefined;

export default function HostsPage(props: PageProps) {
const [notify, notifyCtx] = notification.useNotification();
const store = useStore();
Expand Down Expand Up @@ -933,6 +935,7 @@ export default function HostsPage(props: PageProps) {
className="HostsPage"
style={{ position: 'relative', height: '100%', padding: props.isFullScreen ? 0 : 24 }}
>
{test0.test}
<Skeleton loading={!hasLoaded && store.isFetchingHosts} active title={true} className="page-padding">
{hosts.length === 0 && (
<>
Expand Down

0 comments on commit eb09f9c

Please sign in to comment.