aboutsummaryrefslogtreecommitdiffstats
path: root/gui/app/views/modal/projectCreate.html
blob: 74839e798deebdd25378168840c0fe3b28b0e0a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div>

    <h4>Enter Project Name</h4>
    <input type="text" ng-model="name" />

    <div style="text-align:center;margin-top:20px;">
        <button class="btn btn-default" ng-disabled=" name==null || name==''" ng-click="createName(name)">Create</button>
    </div>



</div>


<style>
    input {
        border-radius: 10px;
        border: 1px solid #eeeeee;
        width: 100%;
    }
</style>
n> - member-vnf-index: '1' vnfd-id-ref: vnf__0 VNF model: ../../vnf_descriptors/vfw_vnf.yaml #VNF type vld: {% for vnf_num in range(num_vnfs|int) %} - id: uplink_{{ vnf_num }} name: "tg__0 to vnf__0 link {{ (vnf_num * 2) }}" type: ELAN vnfd-connection-point-ref: - member-vnf-index-ref: '0' vnfd-connection-point-ref: xe{{ vnf_num * 2}} vnfd-id-ref: tg__0 - member-vnf-index-ref: '1' vnfd-connection-point-ref: xe{{ vnf_num * 2}} vnfd-id-ref: vnf__0 - id: downlink_{{ vnf_num }} name: "vnf__0 to tg__0 link {{ (vnf_num * 2) + 1}}" type: ELAN vnfd-connection-point-ref: - member-vnf-index-ref: '1' vnfd-connection-point-ref: xe{{ (vnf_num * 2) + 1}} vnfd-id-ref: vnf__0 - member-vnf-index-ref: '0' vnfd-connection-point-ref: xe{{ (vnf_num * 2) + 1}} vnfd-id-ref: tg__0 {% endfor %}