Skip to content

Commit

Permalink
[MAN-9036] fix for new modules_infra_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
thelasttoto committed Apr 8, 2022
1 parent b428225 commit 3e17243
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 18 additions & 0 deletions ui/src/modules/fuzzer/tests.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,24 @@ $content-margin: 30px;
margin: 0 10px;
}

.start-fuzz-label {
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
}
.start-fuzz-text-field {
color: $color-grey-black;
border: 1px solid $color-grey-light;
border-radius: 2px;
padding: 2px 8px;
box-sizing: border-box;
outline: none;
font-size: 12px;
line-height: 18px;
font-family: CiscoSansTT;
background-color: white;
}

.inventory-details-spec-wrapper {
position: relative;
min-height: 300px;
Expand Down
2 changes: 0 additions & 2 deletions ui/src/modules/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Import your modules here
// import demoModule from './demoModule';

import MODULE_TYPES from './MODULE_TYPES';

import { pluginEventDetails as taEventDetails, pluginAPIDetails as taAPIDetails } from './traceanalyzer';
Expand All @@ -24,7 +23,6 @@ const getModules = (type) => {
if (m.type === type) {
accum.push(m);
}

return accum;
}, []);
};
Expand Down

0 comments on commit 3e17243

Please sign in to comment.