Browse Source

Provisioner Linter

Soham Dessai 2 years ago
parent
commit
cc8c9dde2d

File diff suppressed because it is too large
+ 592 - 611
dashboard/src/components/ProvisionerSettings.tsx


+ 1 - 2
dashboard/src/main/home/sidebar/ClusterList.tsx

@@ -301,8 +301,7 @@ const NavButton = styled(SidebarLink)`
   background: ${(props: NavButtonProps) => (props.active ? "#ffffff11" : "")};
   background: ${(props: NavButtonProps) => (props.active ? "#ffffff11" : "")};
 
 
   :hover {
   :hover {
-    background: ${(props: NavButtonProps) =>
-    props.active ? "#ffffff11" : "#ffffff08"};
+    background: ${(props: any) => (props.active ? "#ffffff11" : "#ffffff08")};
   }
   }
 
 
   &.active {
   &.active {

Some files were not shown because too many files changed in this diff