mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-22 01:05:02 +00:00
Add presetup-configurator to the repo
This commit is contained in:
parent
c655f61a67
commit
4ea081eecf
14 changed files with 829 additions and 0 deletions
12
presetup-configurator/src/LogChannels.css
Normal file
12
presetup-configurator/src/LogChannels.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
.LogChannels .log-channel {
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
.LogChannels .log-types {
|
||||
height: 200px;
|
||||
overflow-y: scroll;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
padding: 4px;
|
||||
margin-top: 8px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue