diff options
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.html')
-rw-r--r-- | usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.html b/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.html index 4fbe4875..e36fecc2 100644 --- a/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.html +++ b/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.html @@ -14,13 +14,10 @@ limitations under the License. --> <div class="model"> - <!--图表--> - <div class="tips"> - 请根据以下操作,来配置您的网络 - </div> + <!--chart--> <button nz-button nzType="primary" style="margin-top: 2px;display: block" (click)="showForm()">Add Link</button> <div id="tpContainer" style="overflow: hidden;"></div> - <!--弹出框--> + <!--Popup--> <div class="creation" id="d3_form" *ngIf="isVisible==true"> <span class="v_color"></span> <h3 class="w_font4">Set Attribtes</h3> |