feature: exports api refactoring

This commit is contained in:
Gary Sharp
2025-02-14 13:07:30 +11:00
parent 2c215e4856
commit d3cef11796
15 changed files with 239 additions and 232 deletions
+1 -1
View File
@@ -296,5 +296,5 @@
<button type="button" class="button" disabled title="Requires Manage Saved Exports Permission">Save Export</button>
}
<button id="Jobs_Export_Button" type="button" class="button">Export Jobs</button>
<button id="Jobs_Export_Button" type="button" class="button">Export Now</button>
</div>
+1 -1
View File
@@ -1154,7 +1154,7 @@ WriteLiteral(" type=\"button\"");
WriteLiteral(" class=\"button\"");
WriteLiteral(">Export Jobs</button>\r\n</div>\r\n");
WriteLiteral(">Export Now</button>\r\n</div>\r\n");
}
}