This commit is contained in:
@@ -2,6 +2,16 @@
|
|||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nprogress .bar {
|
||||||
|
height: 2px;
|
||||||
|
background: rgb(255, 255, 0) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#nprogress .spinner .spinner-icon {
|
||||||
|
border-top-color: #ffff00 !important;
|
||||||
|
border-left-color: #ffff00 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* .aywiki > blockquote {
|
/* .aywiki > blockquote {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|||||||
@@ -1162,6 +1162,8 @@ async function fetchReportData(vm) {
|
|||||||
reportDataOptions["includeWoItemDescendants"] =
|
reportDataOptions["includeWoItemDescendants"] =
|
||||||
vm.obj.includeWoItemDescendants;
|
vm.obj.includeWoItemDescendants;
|
||||||
|
|
||||||
|
//reportDataOptions["reportDesignerSample"] = true; //used to indicate to server that it should limit the rows returned to a sensible level
|
||||||
|
|
||||||
let res = await window.$gz.api.upsert("report/data", reportDataOptions);
|
let res = await window.$gz.api.upsert("report/data", reportDataOptions);
|
||||||
//We never expect there to be no data here
|
//We never expect there to be no data here
|
||||||
if (!res.hasOwnProperty("data")) {
|
if (!res.hasOwnProperty("data")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user