BUG 10435 I added option to view history Upgrades SOLVED

I added option to view history Upgrades
This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-02-20 10:11:03 -04:00
parent 369309c87d
commit 02a0c21bed
3 changed files with 41 additions and 0 deletions

View File

@@ -29,3 +29,7 @@ dbInfo.application = {
Ext.onReady(dbInfo.application.init, dbInfo.application);
function showUpgradedLogs() {
window.location = '../../uxmodern/main/screamFileUpgrades.php';
}