add changelogDialog, rename logsDialog to errorlogsDialog
This commit is contained in:
parent
0803046030
commit
c33537e356
4 changed files with 265 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ pandora.ui.errorDialog = function(data) {
|
|||
.bindEvent({
|
||||
click: function() {
|
||||
that.close();
|
||||
pandora.$ui.logsDialog = pandora.ui.logsDialog().open();
|
||||
pandora.$ui.errorlogsDialog = pandora.ui.errorlogsDialog().open();
|
||||
}
|
||||
}),
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue