|
|
@@ -148,7 +148,7 @@ export default class IntegrationList extends Component<PropsType, StateType> {
|
|
|
);
|
|
|
});
|
|
|
}
|
|
|
- return <Placeholder>No integrations set up yet.</Placeholder>;
|
|
|
+ return <Placeholder>No Docker integrations set up yet.</Placeholder>;
|
|
|
};
|
|
|
|
|
|
collapseAllButton = () => (
|
|
|
@@ -259,10 +259,11 @@ const Placeholder = styled.div`
|
|
|
font-size: 13px;
|
|
|
font-family: "Work Sans", sans-serif;
|
|
|
justify-content: center;
|
|
|
- margin-top: 30px;
|
|
|
- background: #ffffff11;
|
|
|
- color: #ffffff44;
|
|
|
+ margin-top: 40px;
|
|
|
+ color: #aaaabb;
|
|
|
border-radius: 5px;
|
|
|
+ background: #26292e;
|
|
|
+ border: 1px solid #494b4f;
|
|
|
`;
|
|
|
|
|
|
const StyledIntegrationList = styled.div`
|