diff --git a/v2/assets/css/style.css b/v2/assets/css/style.css index c647d9d..fa1386d 100644 --- a/v2/assets/css/style.css +++ b/v2/assets/css/style.css @@ -231,16 +231,9 @@ button[disabled] { .wizard-steps li.error .title, .wizard-steps li.error .title { color: #2b3d53; } -.popup-alert { - position: fixed; - z-index: 9; - overflow-y: hidden; -} -.popup-alert .message { - color: white; - overflow: hidden; - padding: 10px; - word-wrap: normal; +.wizard-steps li.incomplete:before, li.incomplete .step { + border-color: #d15b47 !important; + font-weight: bold; } .padding-left-15 { padding-left: 15px; @@ -283,6 +276,9 @@ button[disabled] { line-height: 1.5; padding: 4px 12px; } +.btn-xs { + padding: 1px 5px !important; +} .btn-white { border-width: 1px !important; } @@ -441,10 +437,6 @@ a:active { background-color: #abbac3 !important; border-color: #abbac3 !important; } -.first-prev { - cursor: not-allowed !important; - /* padding: 10px !important; */ -} .btn-light { cursor: not-allowed !important; } @@ -549,15 +541,3 @@ div.center-align { min-height: 50px; padding: 10px; } -.wizard-steps li.complete:before, .wizard-steps li.complete .step { - /* border-color: #93cbf9 !important;*/} -.a.wizard-steps li.active:before, .wizard-steps li.active .step { - border-color: #80afd4 !important; - color: #87ba21 !important; - transform: scale(1.25) !important; - font-weight: bold; -} -li.incomplete:before, li.incomplete .step { - border-color: #d15b47 !important; - font-weight: bold; -} diff --git a/v2/data/config.json b/v2/data/config.json index 21d218b..acd4728 100644 --- a/v2/data/config.json +++ b/v2/data/config.json @@ -20,12 +20,12 @@ "is_promiscuous": false }, "eth1": { - "subnet_id": 1, + "subnet_id": 2, "is_mgmt": false, "is_promiscuous": true }, "eth2": { - "subnet_id": 2, + "subnet_id": 1, "is_mgmt": false, "is_promiscuous": false }, diff --git a/v2/index.html b/v2/index.html index cbf1e07..34f1b3a 100644 --- a/v2/index.html +++ b/v2/index.html @@ -44,8 +44,10 @@ + +
- Error - {{alert.message}} -