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
@@ -205,5 +205,5 @@
<button type="button" class="button" disabled title="Requires Manage Saved Exports Permission">Save Export</button>
}
<button type="button" id="DeviceFlag_Export_Button" class="button">Export Device Flags</button>
<button type="button" id="DeviceFlag_Export_Button" class="button">Export Now</button>
</div>
@@ -809,7 +809,7 @@ WriteLiteral(" id=\"DeviceFlag_Export_Button\"");
WriteLiteral(" class=\"button\"");
WriteLiteral(">Export Device Flags</button>\r\n</div>\r\n");
WriteLiteral(">Export Now</button>\r\n</div>\r\n");
}
}
@@ -205,5 +205,5 @@
<button type="button" class="button" disabled title="Requires Manage Saved Exports Permission">Save Export</button>
}
<button type="button" id="UserFlag_Export_Button" class="button">Export User Flags</button>
<button type="button" id="UserFlag_Export_Button" class="button">Export Now</button>
</div>
@@ -809,7 +809,7 @@ WriteLiteral(" id=\"UserFlag_Export_Button\"");
WriteLiteral(" class=\"button\"");
WriteLiteral(">Export User Flags</button>\r\n</div>\r\n");
WriteLiteral(">Export Now</button>\r\n</div>\r\n");
}
}