diff --git a/src/app/Apps/_Router/Router.tsx b/src/app/Apps/_Router/Router.tsx index 3b8b509d..8dbfcd1a 100644 --- a/src/app/Apps/_Router/Router.tsx +++ b/src/app/Apps/_Router/Router.tsx @@ -13,12 +13,10 @@ const Router: React.FC = () => { return ( -
- - - - Select an app from the list. - +
+ + Select an app from the list. +
diff --git a/src/app/Files/_Router/Router.tsx b/src/app/Files/_Router/Router.tsx index 4fe62fc0..b699f3f4 100644 --- a/src/app/Files/_Router/Router.tsx +++ b/src/app/Files/_Router/Router.tsx @@ -22,11 +22,10 @@ const Router: React.FC = () => { return ( -
- - - Select a system from the list. - +
+ + Select a system from the list. +
diff --git a/src/app/Jobs/_Router/Router.tsx b/src/app/Jobs/_Router/Router.tsx index 015afcb8..973a0fd4 100644 --- a/src/app/Jobs/_Router/Router.tsx +++ b/src/app/Jobs/_Router/Router.tsx @@ -14,9 +14,10 @@ const Router: React.FC = () => { return ( -
- - Select a job from the list. +
+ + Select a job from the list. +
diff --git a/src/app/Pods/_components/PageImages/PageImages.tsx b/src/app/Pods/_components/PageImages/PageImages.tsx index 47437a60..da23622a 100644 --- a/src/app/Pods/_components/PageImages/PageImages.tsx +++ b/src/app/Pods/_components/PageImages/PageImages.tsx @@ -38,7 +38,9 @@ const PageImages: React.FC<{ objId: string | undefined }> = ({ objId }) => { objId = ''; } - const { data, isFetching, error, invalidate } = Hooks.useDetailsImages({ imageId: objId }); + const { data, isFetching, error, invalidate } = Hooks.useDetailsImages({ + imageId: objId, + }); const tooltipText = 'Pods saves pod interactions in an Action Logs ledger. User and system interaction with your pod is logged here.'; const pod: any | undefined = data?.result; @@ -110,7 +112,7 @@ const PageImages: React.FC<{ objId: string | undefined }> = ({ objId }) => { }, { id: 'details', label: 'Details', tabValue: 'details' }, ]; - + const rightButtons: ButtonConfig[] = [ { id: 'help', diff --git a/src/app/Pods/_components/PagePods/PagePods.tsx b/src/app/Pods/_components/PagePods/PagePods.tsx index 3468f1a9..669ffc41 100644 --- a/src/app/Pods/_components/PagePods/PagePods.tsx +++ b/src/app/Pods/_components/PagePods/PagePods.tsx @@ -33,7 +33,9 @@ import PodsLoadingText from '../PodsLoadingText'; import styles from '../Pages.module.scss'; const PagePods: React.FC<{ objId: string | undefined }> = ({ objId }) => { const navigate = useHistory(); - const { data, isLoading, isFetching, error, invalidate } = Hooks.useDetails({ podId: objId }); + const { data, isLoading, isFetching, error, invalidate } = Hooks.useDetails({ + podId: objId, + }); const { data: dataLogs, isLoading: isLoadingLogs, @@ -164,7 +166,7 @@ const PagePods: React.FC<{ objId: string | undefined }> = ({ objId }) => { break; } }, - }, + }, { id: 'details', label: 'Details', tabValue: 'details' }, { id: 'logs', label: 'Logs', tabValue: 'logs' }, { id: 'actionlogs', label: 'Action Logs', tabValue: 'actionlogs' }, diff --git a/src/app/Systems/_Router/Router.tsx b/src/app/Systems/_Router/Router.tsx index 99dfea6b..64eb50ff 100644 --- a/src/app/Systems/_Router/Router.tsx +++ b/src/app/Systems/_Router/Router.tsx @@ -14,11 +14,10 @@ const Router: React.FC = () => { return ( -
- - - Select a system from the list. - +
+ + Select a system from the list. +