Skip to content

Commit dd7f72e

Browse files
authored
Added disabled to next button until the upload is done
1 parent 654300e commit dd7f72e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

knowage/src/main/webapp/WEB-INF/jsp/tools/servermanager/importExportCatalog/importExportCatalog.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
153153
</md-radio-group>
154154
155155
<span flex></span>
156-
<md-button class="md-raised" ng-click="associatedrole($event)" aria-label="upload Menu" >{{translate.load('sbi.generic.next');}}</md-button>
156+
<md-button class="md-raised" ng-click="associatedrole($event)" aria-label="upload Menu" ng-disabled="!IEDConf.fileImport || !IEDConf.fileImport.file">{{translate.load('sbi.generic.next');}}</md-button>
157157
</div>
158158
159159
<div layout="column">

0 commit comments

Comments
 (0)