Fixed: Filter mapped drives when running from service

This commit is contained in:
Qstick
2018-09-04 22:38:48 -04:00
parent 70dc4d86dc
commit 68aaa49e9f
6 changed files with 51 additions and 4 deletions
@@ -5,6 +5,18 @@
flex-direction: column;
}
.mappedDrivesWarning {
composes: alert from 'Components/Alert.css';
margin: 0;
margin-bottom: 20px;
}
.faqLink {
color: $alertWarningColor;
font-weight: bold;
}
.pathInput {
composes: pathInputWrapper from 'Components/Form/PathInput.css';