Gabriel Hernandez
041920bcaf
Implement dropdown for label filters on manage hosts page ( #7300 )
...
* add label filter dropdown to the manage host page table
* increase label filter select width
* improve responsive styling for manage host page
2022-08-24 13:38:43 +01:00
RachelElysia
5e8f46da73
Fleet UI: Manage Host Page disable next on pagination of if on last page of results ( #7356 )
2022-08-23 10:29:44 -07:00
RachelElysia
8d6d7fea16
Fleet UI: Add back to packs links ( #7350 )
2022-08-23 08:28:48 -07:00
Roberto Dip
943b2caa2f
fix order of query string and hashes in SSO link ( #7351 )
2022-08-22 18:52:30 -03:00
gillespi314
7fb109e6b3
Handle errors for duplicate os records ( #7294 )
2022-08-22 14:34:00 -05:00
RachelElysia
59a6e6e4b5
Fleet UI: Fix default perpage edge cases to 20 ( #7331 )
2022-08-22 08:46:50 -07:00
Luke Heath
db6392f6df
Set MDM enrollment card sort by status ( #7286 )
2022-08-18 09:03:35 -05:00
RachelElysia
5ee763457f
Fleet UI: Remove "Toggle SortBy" tooltip ( #7240 )
2022-08-18 08:51:31 -05:00
Luke Heath
1a5e1ff56e
Fix MDM solution name filter text ( #7287 )
2022-08-18 08:45:54 -05:00
RachelElysia
de6e9b7a26
Fleet UI: Remove dead space on queries table platform ( #7260 )
2022-08-17 14:38:07 -04:00
RachelElysia
18852aae66
Fleet UI: macOS dashboard MDM solutions ( #7014 )
...
Co-authored-by: gillespi314 <73313222+gillespi314@users.noreply.github.com>
2022-08-15 17:47:07 -05:00
gillespi314
8d4ad6ce9f
Enhanced UI for host operating systems to include additional information for Windows and macOS ( #7201 )
2022-08-15 16:39:00 -05:00
RachelElysia
7c793fdc7d
Remove underline from 2 cancel buttons, add changelog ( #7216 )
2022-08-15 16:57:00 -04:00
gillespi314
78af071fce
Handle invalid time values on host details page ( #7217 )
2022-08-15 15:09:27 -05:00
RachelElysia
41ea58e8c3
Fleet Sandbox: Logout actually logs out of sandbox ( #7213 )
2022-08-15 15:59:02 -04:00
Roberto Dip
5371e9c927
add UI and documentation for JIT provisioning ( #7189 )
...
Related to #7054 and #6834 , this adds the UI changes necessary to support JIT provisioning:
A checkbox in the settings page
A new template for the activity box
This also includes relevant documentation about the feature and how to configure it.
2022-08-15 15:26:55 -03:00
RachelElysia
9c7d2cfa60
Fleet UI: Set default pagination length to 20 ( #7165 )
2022-08-15 13:00:06 -04:00
Gabriel Hernandez
a0ae8eb77c
normalise styling on setting pages for sandbox mode messaging and integrations ( #7114 )
2022-08-09 10:45:42 -05:00
Gabriel Hernandez
34749e377f
fix sandbox expiration styling on host details ( #7110 )
2022-08-09 15:13:31 +01:00
RachelElysia
73d0299af9
Fleet UI: Schedule frequency units, Convert seconds to units using date-fns ( #7102 )
2022-08-09 10:00:09 -04:00
Gabriel Hernandez
35a0c1c1a0
clean up host entity loadHosts method ( #7083 )
2022-08-09 12:25:49 +01:00
Gabriel Hernandez
aa60f3a54f
cleanup of manage host page utilities ( #7055 )
...
* colocate LabelForm with ManageHostPage
* add url utility to create query string from params object
2022-08-05 09:27:10 -04:00
RachelElysia
44bbaebf68
Fleet UI: Back to host from details page keeps filters applied ( #7027 )
2022-08-04 13:03:18 -04:00
RachelElysia
931564f2d3
Frontend / UI: Update naming UI button, frontend table components ( #7056 )
2022-08-04 12:56:30 -04:00
RachelElysia
a84c7d6754
Dashboard UI: macOS operating system and munki card stack at lower widths ( #7033 )
2022-08-04 11:05:53 -04:00
RachelElysia
7a035c42c6
Fleet UI: Hitting enter global modal parameter, rename modals to match UI ( #6939 )
2022-08-04 11:05:11 -04:00
Martin Angers
012869f971
Fleet Premium: de-anonymize usage stats ( #7013 )
2022-08-03 14:44:34 -04:00
RachelElysia
9bf0266bad
Fleet UI: Small screen overlay ( #7023 )
2022-08-03 09:12:07 -04:00
RachelElysia
c8c2dd97d3
Remove retries for Welcome to Fleet host ( #6999 )
2022-08-02 10:09:59 -04:00
RachelElysia
13478f451d
Dashboard UI: Only show welcome cards for global view ( #6972 )
2022-07-29 15:10:05 -04:00
RachelElysia
c8367eaf32
Fleet UI: Welcome to Fleet and Learn Fleet render conditionally for roles ( #6958 )
2022-07-28 15:33:31 -07:00
RachelElysia
c029177087
Fleet UI: External gravatar link open in new tab ( #6911 )
2022-07-27 09:59:21 -04:00
RachelElysia
45b8ba2675
Fleet UI: Align dropdown cursors, buttons ( #6886 )
2022-07-27 08:51:45 -04:00
RachelElysia
8792acb1ec
Readable copy message, fix modal cta button alignment ( #6877 )
2022-07-27 08:21:16 -04:00
Gabriel Hernandez
7a1317432b
Add expiry time warning in sandbox mode ( #6830 )
...
* create a MainContent and SidePanelContent containers for layout
this creates these two new components for handling layout more cleanly. It also allows us to put in common components into main layout, like sandbox expiration notification
* use MainContent and SidePanelContent in current pages
this brings in the two new components and wraps the page contents in these. This also allowed us to clean up and remove unused/no needed styling code
* add MainContent component to user settings page and clean up user settings component
this cleans up the user settings page to follow the panel convention we have as well as adds the MainContent component to this page
* add MainContent component to team pages
* update Sandbox gate to render optional component when in sandbox mode and add to MainContent
* add call to sandbox api to get expiry time
this adds a conditional call when the user is in sandbox mode to get the expiry time of the instance
* fix sticky elements on settings pages to work with sandbox expiry message
* fix e2e test after MainContent refactor
2022-07-26 13:05:57 +01:00
RachelElysia
fb76123b16
Fleet Desktop UI: Add device user error for invalid token ( #6850 )
2022-07-26 06:36:33 -04:00
RachelElysia
08485b3a5c
Sandbox UI: Homepage, CTA to add personal device ( #6775 )
2022-07-25 16:42:03 -04:00
RachelElysia
f00647379e
UI: Fix disabled cursor with/without tooltip ( #6846 )
2022-07-25 16:22:00 -04:00
RachelElysia
6ec08b405b
Manage Host UI: Convert uptime column to last restarted ( #6812 )
2022-07-25 09:37:12 -04:00
RachelElysia
3915a5294b
Software details UI: Fix horizontal scroll off viewport ( #6811 )
2022-07-22 14:03:06 -04:00
RachelElysia
acdf46314e
Device User UI: Update policy banners ( #6825 )
2022-07-22 12:15:23 -04:00
gillespi314
406004894a
Update placeholder text for select targets search box ( #6826 )
2022-07-22 11:13:37 -05:00
gillespi314
0312454f4c
Modify host battery health returned by GET /hosts/:id ( #6782 )
2022-07-20 21:16:03 -05:00
gillespi314
9a1adeb61b
Update documentation and Sails app for additional usage statistics ( #6589 )
2022-07-20 20:53:19 -05:00
RachelElysia
0afa3e4b54
Host UI: Refactored disk space bar graph to a global component ( #6741 )
2022-07-20 12:39:19 -04:00
gillespi314
4792d7a759
Add UI for Fleet Sandbox to download prepackaged installers ( #6721 )
2022-07-19 14:28:06 -05:00
RachelElysia
1c1bec12d2
Tooltip: Spiffier 4 users list ( #6730 )
2022-07-19 15:13:20 -04:00
Gabriel Hernandez
f4b20b6ae5
Add SandboxGate to fleet UI that gates functionality when in sandbox mode ( #6738 )
2022-07-19 19:55:47 +01:00
RachelElysia
2de047b888
Logout of sandbox redirects to marketing site ( #6726 )
2022-07-19 11:43:57 -04:00
RachelElysia
da1868d6ae
Host Details Page: Correct software vulnerabilities count ( #6729 )
2022-07-19 11:43:04 -04:00