feature: exports api refactoring
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user