EVOLUTION-MANAGER
Edit File: BackupPanel.html
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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. --> <!DOCTYPE html> <html xmlns:wicket="http://wicket.apache.org"> <wicket:panel> <div wicket:id="feedback"></div> <form wicket:id="backupUpload" class="adminForm adminBackupForm container"> <fieldset> <legend><wicket:message key="1066" /></legend> <div class="formelement"> <div><i class="fas fa-info-circle m-1 text-info"></i><wicket:message key="1065" /></div> </div> <div class="formelement"> <div class="custom-control custom-checkbox m-2"> <input class="custom-control-input" type="checkbox" wicket:id="includeFilesInBackup" /> <label class="custom-control-label" wicket:for="includeFilesInBackup"><wicket:message key="1537" /></label> </div> </div> <div class="formelement"> <div class="m-3" wicket:id="progress"></div> </div> <div class="formelement"> <!-- Perform Download --> <button wicket:id="download"></button> <!-- Perform Upload --> <button class="fileinput fileinput-new d-inline m-0 btn btn-file btn-outline-primary" data-provides="fileinput" wicket:id="upload"> <wicket:message key="1536"/> <input class="uploadFileField" wicket:id="fileInput" type="file"/> </button> </div> <div class="formelement m-2"> <!-- Max upload size --> <wicket:message key="1491" /> <span wicket:id="MaxUploadSize" /><span>MB</span> </div> <div class="formelement"> <!-- Backup CLI import information --> <i class="fas fa-info-circle m-1 text-info"></i> <div wicket:id="cmdLineDesc"></div> </div> </fieldset> </form> </wicket:panel> </html>