mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 01:41:58 -06:00
Additional Changes to Ansible Logic
This commit is contained in:
13
Data/Server/WebUI/src/Devices/Agent_Devices.jsx
Normal file
13
Data/Server/WebUI/src/Devices/Agent_Devices.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from "react";
|
||||
import DeviceList from "./Device_List.jsx";
|
||||
|
||||
export default function AgentDevices(props) {
|
||||
return (
|
||||
<DeviceList
|
||||
{...props}
|
||||
filterMode="agent"
|
||||
title="Agent Devices"
|
||||
showAddButton={false}
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user