mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fix empty schedule quote (#2411)
This commit is contained in:
parent
63269835d8
commit
dd18929a68
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ const ScheduleListWrapper = (props: IScheduleListWrapperProps): JSX.Element => {
|
|||
<h2>You don't have any queries scheduled.</h2>
|
||||
<p>
|
||||
{!isTeamMaintainer
|
||||
? "Schedule a query, or go to your osquery packs via the ‘Advanced’ button."
|
||||
? "Schedule a query, or go to your osquery packs via the 'Advanced' button."
|
||||
: "Schedule a query to run on hosts assigned to this team."}
|
||||
</p>
|
||||
<div className={`${noScheduleClass}__-cta-buttons`}>
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@
|
|||
}
|
||||
|
||||
&__inner-text {
|
||||
width: 350px;
|
||||
width: 290px;
|
||||
}
|
||||
|
||||
&__schedule-button {
|
||||
|
|
|
|||
Loading…
Reference in a new issue