aboutsummaryrefslogtreecommitdiffstats
path: root/releases/1.8.0-container.yaml
diff options
context:
space:
mode:
authoraribeiro <anderson.ribeiro@est.tech>2021-04-23 15:50:31 +0100
committeraribeiro <anderson.ribeiro@est.tech>2021-04-30 11:53:31 +0100
commit00b288e068b418ab0ff00ff64ee204adbb4ba382 (patch)
treefe60133493179a41c16cf0274f890a689851a4d7 /releases/1.8.0-container.yaml
parentd24a4f0aa92d6ea0c83d82bf2448c43d8ebdddaa (diff)
Move Substitution Filter to base service flow
Issue-ID: SDC-3570 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I20cc4b86ea53ba9a92c628e5e553f8d023494605
Diffstat (limited to 'releases/1.8.0-container.yaml')
0 files changed, 0 insertions, 0 deletions
13 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330
/*
    Copyright (C) 2019 CMCC, Inc. and others. All rights reserved.

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

            http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
*/
.title {
    font: 700 18px/18px "思源黑体";
    color: #4c5e70;
    margin-bottom: 18px;
}
hr {
    border: none;
    height: 2px;
    background-color: #dce1e7;
    margin-bottom: 10px;
}
.model {
    background-color: #F7F8FC;
    /*height: 100%;*/
    overflow-y: auto;
}
.creation-model{
    position: relative;
}
.top-title{ /*2019.01.22 add*/
    width: 100%;
    padding: 20px;
    position: relative;
    display: inline-block;
}
.model .back {
    position: absolute;
    top: 10px;
    right: 20px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background:#ffffff!important;
    border-radius:4px;
    color: #D7D7D7;
    /*border: 1px solid #ffffff;*/
}
.top-title h3.title {
    height: 35px;
    width: 80%;
    font-size:16px;
    font-family:ArialMT;
    color:#3C4F8C;
    line-height:35px;
    display: inline-block;
    /*top:10px;*/

}
.model .submit{
    position: absolute;
    width:116px;
    height: 35px;
    top: 10px;
    right: 85px;
    color: #fff;
    font-size: 18px;
    background:#0DA9E2;
    /*background:linear-gradient(90deg,rgba(99,194,246,1) 0%,rgba(62,155,255,1) 100%) !important;*/
    border-radius:4px;
    border: none!important;
    border-color:rgba(0,0,0,0)!important;
}
.model .submit:hover{
    background:#09C6E2;
    /*background:linear-gradient(90deg, rgb(103, 207, 246) 0%, rgb(69, 175, 255) 100%) !important;*/
    border: none;
}
.model .creation {
    width: 100%;
    /*height: 60vh;*/
    overflow-y: auto;
    border-radius: 5px;
    padding: 15px;
}
.model .creation h3 {
    height: 20px;
    font: 700 16px/20px "Arial";
    margin: 5px 0px;
    color: #000;
}
/* SOTN VPN */
.model .creation .service-title{
    margin:60px 50px;
}
.model .creation .service-title .info-inputs{
    width:400px;
    height: 42px;
    display: inline-block;
}
.model .creation .service-title span{
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
}
.model .creation .service-title .lable{
    display: inline-block;
    width: 100px;
    font: 700 14px "Arial";
    color: #3C4F8C;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    margin-left: 5px;
}
.model .creation .service-title  input {
    width: 230px;
    height: 42px;
    border-radius:4px;
    outline: none;
    margin-right: 50px;
}
/* Site List */
/* addsite model */
.model .sitemodel,.model .sotnnpnmodel{
    position: absolute;
    z-index: 1001;
    left: 50px;
    top: 60px;
    background-color: #fff;
    /*box-shadow: 0px 0px 20px #000;*/
    width:1500px;
    /*width:1300px;px*/
    height: 81%;
    border-radius:2px;
    overflow:auto;
}
.model .sotnnpnmodel{
    width: 1000px;
    height: 53%;
    top:200px;
    left: 50%;
    margin-left: -500px;
}
.model .sitemodel h3,.model .sotnnpnmodel h3{
    width: 96%;
    height: 40px;
    line-height: 35px;
    font-size: 18px;
    font-weight: 500;
    margin: 10px auto;
    /*padding-left: 10px;*/
    color: #06A7E2;
    /*color: #ffffff;*/
    /*background:linear-gradient(90deg,rgba(7,169,225,1) 0%,rgba(48,217,196,1) 100%);*/
    border-bottom: 2px solid;
    border-image: -webkit-linear-gradient(#07A9E1,#30D9C4) 100 100;
    border-image: -moz-linear-gradient(#07A9E1,#30D9C4) 100 100;
    border-image: linear-gradient(#07A9E1,#30D9C4) 100 100;
    border-radius:2px;
}
.model .sitemodel .inputs,.model .sotnnpnmodel .inputs  {
    padding: 10px 20px 0;
}
.model .sitemodel .inputs ul li,.model .sotnnpnmodel .inputs ul li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 24.5%;
    margin-bottom: 20px;
}
.model .sotnnpnmodel .inputs ul li{
    width: 31%;
}
.model .sitemodel .inputs ul li span,.model .sotnnpnmodel .inputs ul li span {
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    color: #3C4F8C;
    margin-left: 10px;
    vertical-align: middle;
    float: left;
}
.model .sitemodel .inputs input,.model .sitemodel .inputs nz-select {
    width: 186px;
    float: right;
    margin-right: 60px;
}
.model .sotnnpnmodel .inputs input{
    width: 186px;
    float: left;
    margin-left: 20px;
}
.model .sitemodel .action,.model .sotnnpnmodel .action {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    cursor: pointer
}
.model .sotnnpnmodel .action{
    margin-top: 70px;
}
.model .sitemodel .action button,.model .sotnnpnmodel .action button{
    width: 126px;
    height:40px;
    background:#EEEEEE;
    border-radius:2px;
    border: none!important;
    color: #9DA7C5;
    font-size: 16px;
    margin: 0 15px;
}
.model .sitemodel .action button:nth-child(2),.model .sotnnpnmodel .action button:nth-child(2){
    /*background:linear-gradient(310deg,rgba(30,158,255,1) 0%,rgba(99,200,255,1) 100%);*/
    background: #0DA9E2;
    color: #fff;
}
.model .sitemodel .action button:nth-child(2):hover,.model .sotnnpnmodel .action button:nth-child(2):hover{
    /*background:linear-gradient(90deg, rgb(103, 207, 246) 0%, rgb(69, 175, 255) 100%) !important;*/
    background:#09C6E2;
}

.model nz-table tbody td i.anticon:hover {
    color: #3fa8eb;
    cursor: pointer;
}

/* site table */
.sitemodel h3 button,.sotnnpnmodel h3 button{
    color: #D7D7D7;
    width:32px;
    height:32px;
    background:#ffffff;
    border-radius:4px;
    border:1px solid #D7D7D7;
}
.sitemodel h3 button:hover,.model .back:hover,.sotnnpnmodel h3 button:hover{
    background:#ffffff;
    color: #0DA9E2;
    border:1px solid #0DA9E2;
}
.sitemodel h3>button,.sotnnpnmodel h3>button{
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.model nz-table tbody th{
    color:rgba(60,79,140,0.5);
    font-size: 16px;
}
.model .site nz-table tbody td i.anticon:hover {
    color: #3fa8eb;
    cursor: pointer;
}
/* WAN Port */

.mask{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.65);
    top:0;
}


/* chart */
.model .chart {
    width: 98%;
    padding: 10px;
    /*height: 30vh;*/
    margin: 0 auto;
    color: #06A7E2;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    background: #EEF9FF;
    /*background:linear-gradient(180deg,rgba(183, 230, 247, 1) 0%,rgba(214, 240, 254, 1) 100%);*/
    border-radius:4px;
}
.model .chart #createChart {
    width: 100%;
    height: 220px;
    margin-top: 20px;
    position: relative;
}
.model .chart #createChart .siteNameP {
    position: fixed;
    border: 5px;
    padding: 3px 5px;
    color: #fff;
    background: #999;
    box-shadow: 0px 0px 20px #000;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.model .creation .sotnvpn,.model .creation .site{
    background: #fff;
    padding: 30px 30px 0 30px;
}
.siteWanTab{
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
}
.siteWanTab th{
    padding: 10px 8px;
    color: #3C4F8C;
    font-size: 16px;
}
.siteWanTab tr td{
    padding: 10px 5px;
}
.siteWanTab .tr-border{
    border-bottom: 1px solid #EDEDED;
}
.addListBtn{
    margin-right: 30px;
    color: #06A7E2;
    border: none;
    background: rgba(229,238,252,0.8);
    cursor: pointer;
}