SequenceFlow_1 SequenceFlow_1tfi3sp SequenceFlow_1tfi3sp SequenceFlow_0x34g02 SequenceFlow_1q9kksk SequenceFlow_0x34g02 SequenceFlow_22 SequenceFlow_1v1jx7y SequenceFlow_18 SequenceFlow_18 SequenceFlow_19 SequenceFlow_19 SequenceFlow_1q9kksk SequenceFlow_1cu5t8k SequenceFlow_1tfh1vm SequenceFlow_1tfh1vm SequenceFlow_0b1nrfk SequenceFlow_0b1nrfk SequenceFlow_08vm13o SequenceFlow_08vm13o SequenceFlow_097zy8w SequenceFlow_22 SequenceFlow_1cu5t8k SequenceFlow_097zy8w SequenceFlow_1v1jx7y SequenceFlow_1 SequenceFlow_4 SequenceFlow_4 SequenceFlow_3 SequenceFlow_3 SequenceFlow_volGrpNamePresent SequenceFlow_volGrpNameMissing SequenceFlow_volGrpNameMissing SequenceFlow_7 SequenceFlow_7 SequenceFlow_volGrpNamePresent SequenceFlow_0djjra2 SequenceFlow_12 SequenceFlow_13
<!--
  ============LICENSE_START==========================================
  ONAP Portal
  ===================================================================
  Copyright © 2017 AT&T Intellectual Property. All rights reserved.
  ===================================================================
 
  Unless otherwise specified, all software contained herein is licensed
  under the Apache License, Version 2.0 (the “License”);
  you may not use this software 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.
 
  Unless otherwise specified, all documentation contained herein is licensed
  under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
  you may not use this documentation except in compliance with the License.
  You may obtain a copy of the License at
 
              https://creativecommons.org/licenses/by/4.0/
 
  Unless required by applicable law or agreed to in writing, documentation
  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============================================
 
  ECOMP is a trademark and service mark of AT&T Intellectual Property.
  -->
<div class="application-details-modal">

		<div class="b2b-modal-header">
			<h2 class="account-details-title" id="application-details-title">Application Details</h2>

			<div class="corner-button in">
				<button type="button" class="close" aria-label="Closhhhe"
					ng-click="$dismiss('cancel')"></button>
			</div>
		</div>

		<div class="b2b-modal-body">
    <div class="app-properties-main" scroll-top="appDetails.scrollApi">
        <form name="appForm" novalidate autocomplete="off">
            <!-- We can remove this script once we get to Firefox version 47
                  autocomplete="off" won't work until v47 -->
           <!--  <script type="text/javascript">
                document.getElementById("appForm").reset();
            </script> -->
            <div id="app-left-container" class="left-container">
                <div class="property-label checkbox-label"> 
					<label for="checkbox-app-is-restricted" class="checkbox"> 
		                <input type="checkbox" ng-model="appDetails.app.restrictedApp" id="checkbox-app-is-restricted" ng-disabled="appDetails.isEditMode" ng-checked="appDetails.app.restrictedApp"/> 
		                <i class="skin"></i> 
		                <span>Hyperlink only application</span> 
		            </label> 
				</div>       
                <div class="property required">
                    <div class="property-label">Application Name</div>
                    <input id="input-app-name"  type="text"
                           ng-model="appDetails.app.name"
                           maxlength="100"
                           name="name"
                           ng-pattern="/^[a-zA-Z0-9_\-\s\&]*$/"
                           required/>

                    <div id="error-container-conflict" class="error-container" ng-show="appDetails.conflictMessages.name" id="conflictMessages-name">
                        <small id="app-name-error-conflict" class="err-message" ng-bind="appDetails.conflictMessages.name"></small>
                    </div>
                    <div id="error-container-edit" class="error-container" ng-show="appForm.name.$dirty || appDetails.isEditMode">
                        <div ng-messages="appForm.name.$error" class="error-container"