feat: Allow users to create dashboard apps to give agents more context (#4761)
This commit is contained in:
parent
55f7be4ffc
commit
b9aa4444b3
26 changed files with 585 additions and 21 deletions
9
app/javascript/dashboard/api/dashboardApps.js
Normal file
9
app/javascript/dashboard/api/dashboardApps.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
import ApiClient from './ApiClient';
|
||||
|
||||
class DashboardAppsAPI extends ApiClient {
|
||||
constructor() {
|
||||
super('dashboard_apps', { accountScoped: true });
|
||||
}
|
||||
}
|
||||
|
||||
export default new DashboardAppsAPI();
|
Loading…
Add table
Add a link
Reference in a new issue