You don't have any queries scheduled.
- {!isTeamMaintainer
- ? "Schedule a query, or go to your osquery packs via the 'Advanced' button."
- : "Schedule a query to run on hosts assigned to this team."}
+ {isOnGlobalTeam &&
+ "Schedule a query, or go to your osquery packs via the 'Advanced' button."}
+ {isTeamMaintainerOrTeamAdmin &&
+ "Schedule a query to run on hosts assigned to this team."}
+ {!isOnGlobalTeam &&
+ !isTeamMaintainerOrTeamAdmin &&
+ "There are no scheduled queries assigned to this team."}
-
-
- {!isTeamMaintainer && (
+ {(isOnGlobalTeam || isTeamMaintainerOrTeamAdmin) && (
+
- )}
-
+ {isOnGlobalTeam && (
+
+ )}
+
+ )}