summaryrefslogtreecommitdiffstats
path: root/controlloop/common/actors/pom.xml
blob: f5247b82c2cb9f50866b8045a9bbc3a6d473df2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!--
  ============LICENSE_START=======================================================
  drools-pdp-apps
  ================================================================================
  Copyright (C) 2017-2018 AT&T Intellectual Property. 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.
  ============LICENSE_END=========================================================
  -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <packaging>pom</packaging>
  
  <parent>
    <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
    <artifactId>common</artifactId>
    <version>1.4.0-SNAPSHOT</version>
  </parent>
  
  <groupId>org.onap.policy.drools-applications.controlloop.common.actors</groupId>
  <artifactId>actors</artifactId>

  <modules>
    <module>actorServiceProvider</module>
    <module>actor.appc</module>
    <module>actor.vfc</module>
    <module>actor.sdnc</module>
    <module>actor.appclcm</module>
    <module>actor.sdnr</module>
    <module>actor.so</module>
    <module>actor.test</module>
  </modules>
  <dependencies>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>
    <dependency>
      <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
      <artifactId>policy-yaml</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>
</project>
='#n497'>497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726
/* You can add global styles to this file, and also import other style files */
// Drop-down box background hover status color
.ant-dropdown-menu {
  .ant-dropdown-menu-item:hover, .ant-dropdown-menu-submenu-title:hover {
    background-color: #3fa8eb;
    a {
      color: #fff;
    }
  }
}
// Table per page number of menu positions
nz-table {
  .ant-table-thead > tr > th {
    color: rgba(60, 79, 140, 0.5); //Title font color
    background-color: #F7F8FC;
    border-bottom: 0px solid #e8e8e8;
  }
  .ant-table-tbody > tr > td {
    background-color: #fff;
    border-bottom: 8px solid #F7F8FC;
  }
  .ant-spin-container {
    nz-pagination {
      ul {
        .ant-pagination-options {
          .ant-pagination-options-size-changer.ant-select {
            width: 100px;
            height: 40px;
            line-height: 40px !important;
            position: absolute;
            left: 0;
            color: #3C4F8C;
            .ant-select-selection--single {
              height: 40px;
              line-height: 40px !important;
              border:none !important;
              .ant-select-selection-selected-value {
                height: 40px;
                line-height: 40px !important;
                margin-left: 5px !important;
              }
            }
          }
        }
      }
      .ant-pagination.mini.ant-table-pagination {
        .ant-pagination-prev, .ant-pagination-item, .ant-pagination-next {
          width: 40px;
          height: 40px;
          line-height: 40px;
          background: rgba(255, 255, 255, 1);
          border-radius: 2px;
          margin: 0 5px;
          .ant-pagination-item-link, .ant-pagination-item-link:after {
            width: 40px;
            height: 40px;
            line-height: 40px;
          }
        }
        .ant-pagination-item.ant-pagination-item-active {
          background: #0DA9E2;
          border: none;
          border-radius: 2px;
          a {
            color: #fff;
          }
        }
        .ant-pagination-options-quick-jumper{
          display: none!important;
        }
      }
    }
  }
}

// ����ҳ���������ʽ
.detailInformatioin {
    nz-table {
        .ant-table-small {
            border-color: #dfdfe0;
            border-right: 0;
            .ant-table-content {
                border-color:  #dfdfe0;
                .ant-table-body > table { 
                    padding: 0;
                    .ant-table-thead > tr > th {
                        background-color: #f0f2f5;
                        font-weight: 700;
                        font-size: 16px;
                        padding: 2px 15px;
                        border-color: #dfdfe0;
                    }
                    .ant-table-tbody > tr > td {
                        background-color: #f0f2f5;
                        font-size: 14px;
                        padding: 2px 15px;
                        color: #323437;
                        border-color: #dfdfe0;
                    }
                }
            }
        }
    }
}

// Date selection plugin background color
.ant-calendar-picker {
    .ant-input {
        background-color: #eceff4;
        border-color: #9fa9ab;
    }           
}
// Pages per page number of menu positions
nz-pagination {
  ul {
    .ant-pagination-options {
      .ant-pagination-options-size-changer.ant-select {
        position: absolute;
        left: 0;
        width: 100px;
        height: 40px;
        color: #3C4F8C;
        line-height: 40px !important;
        .ant-select-selection--single {
          height: 40px;
          line-height: 40px !important;
          border:none !important;
          .ant-select-selection-selected-value {
            height: 40px;
            line-height: 40px !important;
            margin-left: 5px !important;
          }
        }
      }
    }
  }
  .ant-pagination.mini.ant-table-pagination {
    .ant-pagination-prev, .ant-pagination-item, .ant-pagination-next {
      width: 40px;
      height: 40px;
      line-height: 40px;
      background: rgba(255, 255, 255, 1);
      border-radius: 2px;
      margin: 0 5px;
      .ant-pagination-item-link, .ant-pagination-item-link:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
      }
    }
    .ant-pagination-item.ant-pagination-item-active {
      background: #0DA9E2;
      border-radius: 2px;
      border: none;
      a {
        color: #fff;
      }
    }
    .ant-pagination-options-quick-jumper{
      display: none!important;
    }
  }
}

html,body,div,h1,h2,h3,h4,h5,h6,p,ul,li,a,span {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
body {
    padding: 0 !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after{
    content:"";
    height:0;
    line-height:0;
    display:block;
    visibility:hidden;
    clear:both
}
.deleteModelContent {
    color: red;
}

/* WAN Port */
.wanPortModalList li {
    height: 35px;
    >span{
        display: inline-block;
        width: 165px;
        font: 700 14px "Arial";
        color: #3fa8eb;
        vertical-align: middle;
    }
    input {
        width: 165px;
    }
}

// D Version change background color modification
nz-layout {
    .ant-layout {
        background:#F7F8FC;
    }
    .list[_ngcontent-c3]{
        background-color: #F7F8FC;
        padding: 0px !important; 
    }
}
// onboard-vnf-vm Page adjustment
// Head navigation
.ant-tabs-bar {
    box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1), 0 2px 49px 0 rgba(0, 0, 0, 0.06);
    border-bottom:none !important;
    background-color: #fff;
}
.ant-tabs-nav {
    padding-left: 15px !important;
    padding-top: 14px !important; 
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
    height: 55px !important;
}
// Head navigation button
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 2px !important;
    margin-right: 0px !important;
    padding: 0 35px !important;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
    background: #fff !important;
    border-color: #7BC7F3 !important;
    color: #7BC7F3 !important;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content {
    padding: 20px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
    height: 55px !important;
}
.ant-upload.ant-upload-drag {
    border: 2px dashed #d9d9d9 !important;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
    color:#42548F !important;
    font-family:"ArialMT" !important;
    font-size: 13px !important;
}
// Time box change
nz-range-picker {
  nz-picker {       
      .ant-calendar-picker .ant-input {
          width: 260px !important;
          height: 30px;
          background-color: #fff !important;
          border-color: #EEEEEE !important;
          color: rgba(60, 79, 140, 0.5);
      }
      .ant-input:hover {
          border-color: #58B7F9 !important;
      }  
      .ant-calendar-picker-clear:hover {
          color: #58B7F9 !important; 
      }       
  }
}

//2019.01.21 add services-list.component.html

//creat
nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-modal .nsdeleteModel.ant-modal, nz-modal .healModel.ant-modal, nz-modal .scaleModel.ant-modal{
    height: 628px;
    background: url("assets/images/create-box.png") no-repeat 100% 110%;
    overflow: auto;
  .ant-modal-content {
    height: 600px;
    background: transparent;
    box-shadow:none!important;
    .ant-modal-close-x {
      width: 25px;
      height: 25px;
      line-height: 25px;
      margin-top: 12px;
      margin-right: 12px;
    }
    .ant-modal-close-x::before {
      color: #fff;
      width: 25px;
      height: 25px;
      line-height: 25px;
      border-radius: 50%;
      border: 1px solid #fff;
    }
  }
  .ant-modal-header,ant-modal-title,.ant-modal-footer{
    background:transparent;
    border: none;
  }
  .ant-modal-title{
    font-size:20px;
    text-align: center;
    color:rgba(255,255,255,1);
    line-height:23px;
  }
  .ant-modal-body{
    span{
      font-size: 16px;
      color:rgba(60,79,140,0.5);
      line-height: 18px;
      display: inline-block;
    }
    nz-select{
      .ant-select-open.ant-select-selection{
        border: #48C6EF;
      }
      .ant-select-selection__rendered{
        .ant-select-selection-selected-value{
          color:rgba(60,79,140,0.5)!important;
        }
      }
    }
  }
  .ant-modal-footer{
    margin: 0 auto;
    button{
      width: 126px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border: none;
      outline: none;
      margin-top: 50px;
    }
    button:nth-child(1){
      background:#EEEEEE;
      border-radius:2px;
      //margin-left: 50px;
      margin-right: 10px;
      span{
        color: #9DA7C5;
        font-size: 14px !important;
      }
    }
    button:nth-child(2){
      //background: linear-gradient(310deg, rgba(30, 158, 255, 1) 0%, rgba(99, 200, 255, 1) 100%);
      background:#0DA9E2;
      box-shadow:0px 0px 2px 0px rgba(14,90,218,1);
      border-radius:2px;
      margin-left: 20px;
      margin-right: 50px;
      span{
        color: #FFFFFF;
        font-size: 14px !important;
      }
    }
    button:nth-child(2):hover {
      background:#09C6E2;
      //background: linear-gradient(90deg, rgb(103, 207, 246) 0%, rgb(69, 175, 255) 100%) !important;
    }
  }
}

//2019.01.25 add ccvpn-creation.component.html
.model .creation nz-tabset ,.model .detaildata nz-tabset{
  box-shadow: 0px 10px 15px 2px rgba(222, 222, 222, 0.5);
  .ant-tabs-bar {
    .ant-tabs-nav-container {
      height: 59px !important;
      .ant-tabs-nav {
        padding: 0 !important;
      }
      .ant-tabs-ink-bar {
        display: none !important;
      }
    ;
      .ant-tabs-tab {
        width: 230px;
        height: 59px !important;
        line-height: 38px;
        text-align: center;
        border-radius: 4px 4px 0px 0px;
        border: 1px solid rgba(238, 238, 238, 0.8);
        border-bottom: 0;
        color: #06A7E2;
        font-size: 18px;
      }
    ;
      .ant-tabs-nav .ant-tabs-tab-active {
        color: #fff;
        background:#0DA9E2;
        //background: linear-gradient(90deg, rgba(99, 194, 246, 1) 0%, rgba(62, 155, 255, 1) 100%);
      }
    }
  }
  .ant-tabs-content {
    background: #fff;
    padding: 0;
    .ant-tabs-tabpane {
      height: 380px;
      background: #fff;
      border-radius: 0px 0px 4px 4px;
      border: 1px solid rgba(13, 169, 226, 0.8);
    }
  }
  .ant-switch.ant-switch-checked{
    background-color: #0DA9E2!important;
  }
}

.model .creation .sotnvpn ul li nz-date-picker {
  nz-picker {
    .ant-calendar-picker {
      .ant-calendar-picker-input.ant-input {
        //width: 180px!important;
        height: 40px !important;
      }
    }
  }
}

.model .creation .sotnvpn ul li nz-select {
  .ant-select-selection.ant-select-selection--single {
    height: 40px;
    .ant-select-selection__rendered {
      line-height: 35px;
    }
  }
}

.model .creation .site nz-table,.model .detaildata .site nz-table,.model .creation .sotnvpn nz-table,.model .detaildata .sotnvpn nz-table{
  .ant-table-wrapper {
    margin: 20px 0;
    .ant-table-small {
      border: none;
      .ant-table-tbody tr td {
        padding: 10px 8px;
        border-bottom: 5px solid #F7F8FC;
        color: #3C4F8C;
      }
      .ant-table-tbody tr:hover > td {
        background: #F7F7FA !important;
      }
    }
  }
  .ant-table-empty{
    .ant-spin-container{
      .ant-table-small{
        .ant-table-content{
          .ant-table-thead tr th{
            padding-bottom: 20px;
          }
          .ant-table-placeholder{
            margin-top: 30px;
            background:url("./assets/images/noDatalist.png") no-repeat 50% 0;
            span{
              display: inline-block;
              padding-top: 60px;
            }
          }
        }
      }
    }
  }
}
//2019.01.29 add
.sitemodel nz-table,.siteDetail nz-table {
  .ant-table-wrapper{
    width: 96%!important;
    margin: 0 auto;
  }
  .ant-table-small {
    border: none;
    //border-top: 1px solid #e8e8e8;
    border-radius: 4px;
    .ant-table-body{
      table{
        padding: 0 1px;
        .ant-table-thead{
          tr{
            height: 45px;
            color: #3C4F8C;
            th{
                border: none;
              color: #3C4F8C;
                font-size: 16px;
                font-weight: 500;
              padding: 8px 0!important;
            }
          }
        }
        .ant-table-tbody > tr > td{
          border-top: 1px solid #e8e8e8;
          border-bottom: 2px solid #F7F8FC;
          padding: 10px 0!important;
          nz-select,input{
            width: 90%!important;
          }
        }
      }
    }
    .ant-table-placeholder{
      margin-top: 30px;
      font-size: 16px;
      background:url("./assets/images/noDatalist.png") no-repeat 50% 0;
      span {
        display: inline-block;
        padding-top: 50px;
      }
    }
  }

}

.siteDetail nz-table {
  .ant-table-wrapper{
    margin-bottom: 20px!important;
  }
}

//2019.02.01 gong add
.list#services-list nz-table{
  .ant-table-wrapper{
    .ant-spin-container{
      .ant-table-content{
        .ant-table-scroll{
          .ant-table-header{
            overflow:auto!important;
            margin-bottom: 0!important;
          }
        }
      }
    }
  }
  .ant-table-empty{
    .ant-spin-container{
      .ant-table-content{
        .ant-table-thead tr th{
          padding-bottom: 20px;
          border-bottom: 1px solid #e8e8e8;
        }
        .ant-table-placeholder{
          margin-top: 30px;
          background:url("assets/images/noDatalist.png") no-repeat 50% 0;
          border: none;
          span{
            display: inline-block;
            padding-top: 50px;
          }
        }
      }
    }
  }
}
//gong 2019.04.12 add
.healModel{
  .heal-question{
    nz-select{
      .ant-select-selection{
        height: 42px!important;
        .ant-select-selection__rendered{
          line-height: 42px!important;
        }
      }

    }
  }
}

//gong 2019.04.15 services-list.component.html add
//deleteModel style
nz-modal .deleteModel.ant-modal, nz-modal .nsdeleteModel.ant-modal, nz-modal .healModel.ant-modal, nz-modal .scaleModel.ant-modal {
  background: #ffffff;
  height: 450px;
  .ant-modal-content {
    height: auto !important;
    .ant-modal-header {
      border-bottom: 2px solid #07A9E1;
    }
    .ant-modal-close {
      background: #ffffff;
      .ant-modal-close-x::before {
        color: #B8C0C4;
        border: 1px solid #B8C0C4;
      }
    }
    .ant-modal-title {
      color: #0DA9E2;
    }
  }
  .ant-modal-body {
    padding: 24px 35px;
    h3 {
      color: #3C4F8C;
      margin-bottom: 10px;
    }
    .question, .heal-question {
      margin-bottom: 15px;
      h4 {
        border-radius: 4px;
        font-size: 16px;
        color: rgba(60, 79, 140, 0.5);
      }
      .deleteModelContent, .healModelContent,.scaleModelContent{
        color: #0DA9E2;
        width: 306px;
        height: 40px;
        line-height: 40px;
        background: rgba(229, 238, 252, 0.8);
        border-radius: 4px;
        text-indent: 10px;
      }
      .heal-label {
        float: left;
        line-height: 42px;
        margin-bottom: 0;
        color: rgba(60, 79, 140, 0.5);
      }
      .heal-input {
        width: 200px;
        height: 40px;
        border-radius: 6px;
        float: right;
        margin-right: 30px;
      }
      .healModelContent {
        width: 200px;
        height: 40px;
        overflow: hidden;
        float: right;
        margin-right: 30px
      }
    }
    .heal-question {
      height: 40px;
    }
    .e2eScaleContent {
      margin: 10px 0;
      .e2eScaleLable {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        width: 50%;
      }
      nz-select{
        .ant-select-selection--single {
          height: 40px;
          .ant-select-selection__rendered {
            line-height: 40px;
          }
        }
      }
      input{
        height: 40px;
        line-height: 40px;
      }
      nz-input-number {
        height: 40px;
        .ant-input-number-input-wrap {
          height: 40px;
          line-height: 40px;
          .ant-input-number-input {
            height: 38px;
            line-height: 38px;
          }
        }
      }
    }
  }
  .ant-modal-footer {
    padding: 0;
    text-align: center;
    button {
      margin-top: 35px;
    }
    button:nth-child(2) {
      margin-right: 0;
    }
  }
}

nz-modal .nsdeleteModel.ant-modal {
  height: 580px !important;
  .ant-modal-footer {
    padding: 0;
    button {
      margin-top: 15px;
    }
  }
  .ant-modal-body {
    .question {
      nz-select {
        .ant-select-selection--single {
          height: 40px;
        }
        .ant-select-selection__rendered {
          line-height: 40px;
        }
      }
      input {
        height: 40px;
        line-height: 40px;
      }
    }
  }
}
nz-modal .deleteServiceTypeModel.ant-modal{
  height: 510px !important;
}
nz-modal .healModel.ant-modal {
  min-height: 470px !important;
}

nz-modal .scaleModel.ant-modal {
  height: 628px !important;
  overflow: auto;
}