Added messages for completion of HTML creation.

This commit is contained in:
NissimHadar 2018-12-01 19:03:59 -08:00
parent 508a658752
commit a4689edee1

View file

@ -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");
}
}