This commit is contained in:
@@ -8,14 +8,7 @@ vabshardbodieshipbones
|
|||||||
|
|
||||||
todo: Test run on v7 laptop
|
todo: Test run on v7 laptop
|
||||||
https://www.ayanova.com/Downloads/v8/ayanova8.alpha.8-win-x64.zip
|
https://www.ayanova.com/Downloads/v8/ayanova8.alpha.8-win-x64.zip
|
||||||
Issues found on v7 laptop:
|
|
||||||
|
|
||||||
Evaluate layout a bit fucked up on laptop, sb more to the left, has a big blank on the left and text runs to the edge of screen on right
|
|
||||||
(or contain the text running off to the right)
|
|
||||||
|
|
||||||
Backup layout a bit fucked, backup files grid has horizontal scroll bar on full screen but looks fine minimized a bit
|
|
||||||
it's like the wide layout is not right and chops off narrowly for no reason, maybe it's the column size, showing three columns in layout on laptop but 4 on monitor
|
|
||||||
(Test with 3 column width on main, laptop screen size is 1366 x 768)
|
|
||||||
|
|
||||||
todo: Open object handler for backup errrors out
|
todo: Open object handler for backup errrors out
|
||||||
to test, force a backup then go to admin-history
|
to test, force a backup then go to admin-history
|
||||||
|
|||||||
@@ -94,6 +94,11 @@ export default {
|
|||||||
params: { recordid: tid.id }
|
params: { recordid: tid.id }
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
case ayatype.Backup:
|
||||||
|
vm.$router.push({
|
||||||
|
name: "ops-backup"
|
||||||
|
});
|
||||||
|
break;
|
||||||
|
|
||||||
case ayatype.FormCustom:
|
case ayatype.FormCustom:
|
||||||
//all we have is the id, but need the formkey to open it
|
//all we have is the id, but need the formkey to open it
|
||||||
|
|||||||
Reference in New Issue
Block a user