Hide COntainer and OutputCodec options. I don't want people playing with them righ tnow.

This commit is contained in:
Isaac Connor
2021-05-05 14:03:38 -04:00
parent 2dfe66663d
commit 09e5c47f3e

View File

@@ -51,3 +51,6 @@ select.chosen {
tr td:first-child {
min-width: 300px;
}
.Container, .OutputCodec {
display: none;
}