mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Added messages for completion of HTML creation.
This commit is contained in:
parent
508a658752
commit
a4689edee1
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ void AWSInterface::createWebPageFromResults(const QString& testResults,
|
|||
|
||||
if (updateAWSCheckBox->isChecked()) {
|
||||
updateAWS();
|
||||
QMessageBox::information(0, "Success", "HTML file has been created and copied to AWS");
|
||||
} else {
|
||||
QMessageBox::information(0, "Success", "HTML file has been created");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue