EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
TabScriptIse.jsx
Go to the documentation of this file.
1
import React from "react";
2
3
export default function TabScriptIse({ agentId }) {
4
return (
5
<div>
6
<h2>Script Editor</h2>
7
<p>Edit scripts for agent: {agentId}</p>
8
</div>
9
);
10
}
rmm-psa-dashboard
src
pages
tabs
TabScriptIse.jsx
Generated by
1.14.0