Commit Graph

227 Commits

Author SHA1 Message Date
Marliana Lara
520293dd2e Fix side navigation width and text styles 2018-06-19 14:00:02 -04:00
Haokun Chen
3df8a1df8c Merge pull request #2170 from Haokun-Chen/1890
disabled toggle for replace/revert button for auditor user
2018-06-18 09:47:02 -04:00
John Mitchell
26ffad11a5 Merge pull request #2148 from jlmitch5/fixNoLicenseLayoutStyling
fix no license layout styling
2018-06-14 17:32:24 -04:00
John Mitchell
4a26745daf fix no license layout styling 2018-06-14 17:31:53 -04:00
Haokun-Chen
8df3c6e901 disabled toggle for replace/revert button for auditor user 2018-06-14 13:56:38 -04:00
Jared Tabor
e921f8e42b Merge pull request #2081 from jaredevantabor/i18n
UI i18n Audit
2018-06-13 14:13:12 -04:00
Jared Tabor
1a8b5426f8 UI i18n Audit: Translates strings throughout the UI
Translations for dashboard lists -> tooltips

Changing "Portal Mode" to "My View," in part due to translations.

Adding "Job Template" to strings to be translated from OPTIONS on API

Marking translations for JT that has a project that needs to be re-synced.

Marking translations for survey maker

Marking translations for lookup modal directive

Marking translations for empty, "Go To Notifications To Add Template"

Adds strings service for scheduler, and marking strings for translation

Translations for teams linkout from orgs, as well as cred types

Translations for instance groups

Marks translations for the Network UI

Translates strings on the workflow editor

Translations for workflow results

Translations for host event modal and some missing translations on

the stdout page.
2018-06-13 12:49:22 -04:00
Marliana Lara
acb1336721 Fix input lookup button height 2018-06-13 09:39:45 -04:00
Haokun-Chen
9ae69a4651 remove .at-TabGroup + .at-Panel-body margin setting 2018-06-12 10:02:08 -04:00
John Mitchell
fbafb9a5bf Merge pull request #2052 from jlmitch5/fixInstancesList
instance list fixes
2018-06-11 10:05:21 -04:00
Haokun-Chen
ab42c710eb validate form when toggle replace/revert on password/secret 2018-06-07 15:58:31 -04:00
mabashian
09ee140fb4 Prevent scheduling JT runs where credentials with passwords are required. Added read-only view of schedules when user does not have edit permissions. 2018-06-07 13:16:42 -04:00
Marliana Lara
85aeb799dc Merge pull request #2078 from marshmalien/fix/869-instance-groups-jobs-link
Add "running jobs" and "total jobs" links to instances and instance groups
2018-06-07 09:45:29 -04:00
Marliana Lara
c8ab4d4623 Add link to running and total jobs for instance groups and instances 2018-06-06 14:52:36 -04:00
kialam
b16854898b Refactor Toggle Tag Component
This refactor includes the following things:
- Offload credential tag formatting to the parent controller, e.g.
`TemplateListController`.
- Initialize the `Toggle Tag` component in the parent view instead of
the List Item component view.
- Rename some variables for better comprehension.
2018-06-06 11:17:09 -04:00
kialam
6ca4c7de9d Offload tag formatting logic to templateList controller 2018-06-06 11:17:09 -04:00
kialam
b8404abb26 Rename credential tooltip component string
- For better legibility
2018-06-06 11:17:09 -04:00
kialam
2ee361db5d Rename toggle component to toggle-tag for better clarity. 2018-06-06 11:17:09 -04:00
kialam
22ddf7883a Adjust template to account for more than one tag type. 2018-06-06 11:17:09 -04:00
kialam
cc91729f72 Account for default tags as well 2018-06-06 11:17:09 -04:00
kialam
8373d89c92 Duplicate ns.tooltips CREDENTIALS string to ComponentStrings to avoid using OutputStrings 2018-06-06 11:17:08 -04:00
kialam
e66b00eb64 Translate VIEW MORE and VIEW LESS into component strings 2018-06-06 11:17:08 -04:00
kialam
265554accb Add link to credentials tag in template 2018-06-06 11:17:08 -04:00
kialam
f49b61ecfa Create TagService
This new Service can be used anywhere that needs a credentials tag and
can be expanded upon to include other helpful tag methods as needed.
2018-06-06 11:17:08 -04:00
kialam
62f4beddb2 Reduce height of tags in job list page 2018-06-06 11:17:08 -04:00
kialam
63f3a38ceb Add more functionality to Toggle Tag Component
- Remove existing `switch` logic in favor of Toggle Tag Component, now
with comments!

- Slight adjustment to icons to center vertically; account for
non-standard credential `kind` attributes so icons display as they
should.

- Style the `View More/Less` button accordingly

- Update Toggle Tag directive template to include icons
2018-06-06 11:17:08 -04:00
kialam
de6167a52c Create basic toggle tag component 2018-06-06 11:17:08 -04:00
John Mitchell
5c874c6b3d fix wrapping issue for instances list 2018-06-04 17:36:30 -04:00
John Mitchell
a20eaae7bc make app tab visiable to org admins 2018-05-31 17:02:51 -04:00
Marliana Lara
5d0a131530 Add credential tags to job details 2018-05-29 16:29:14 -04:00
kialam
376a763cc0 vertically center CLEAR ALL "button" using newly created mixin and resolve merge conflict 2018-05-25 13:32:43 -04:00
kialam
a9bdac0d53 use newer variables 2018-05-25 12:26:44 -04:00
kialam
d8dcac9158 small cleanup 2018-05-25 12:26:44 -04:00
kialam
edada76050 Pixel pushing 2018-05-25 12:26:44 -04:00
kialam
d83fa5a031 change 5px down to 3px per design feedback. 2018-05-25 12:26:44 -04:00
kialam
7292e00158 create componentized tags 2018-05-25 12:26:44 -04:00
mabashian
87f4104304 Get default wfjt extra vars so that we can show all extra vars on launch preview 2018-05-22 14:55:43 -04:00
Jared Tabor
85caf6253c Fixes a portal mode breadcrumb and capitalizes the instance groups breadcrumb 2018-05-17 11:36:51 -07:00
mabashian
e9348134f0 Fixed credentials form checkbox styling 2018-05-11 16:38:04 -04:00
Jake McDermott
2abf959d84 Merge pull request #1648 from marshmalien/ux-hit-list/add-buttons
UX Hit List - Add Buttons
2018-05-03 01:27:24 -04:00
Jake McDermott
771dbe2ffe Merge pull request #1659 from marshmalien/fix/ux-hit-list
UX Hit List
2018-05-03 01:08:46 -04:00
Jake McDermott
5b3bfa31df Merge pull request #1647 from jakemcdermott/fix-1534-and-713
add persistent jobs->results filtering, prior version compatibility for job urls
2018-05-02 18:42:54 -04:00
Jake McDermott
127883f104 add prior version url compatibility 2018-05-02 18:21:25 -04:00
Jared Tabor
3b7a50f3e9 Merge pull request #1645 from jaredevantabor/1472-popover-traceback
Don't render tooltips that shouldn't exist
2018-05-02 14:15:03 -07:00
Jared Tabor
2baae8f75b Merge pull request #1640 from jaredevantabor/1502-AS-after-networking
Fix Activity Stream after visiting the network UI
2018-05-02 14:14:49 -07:00
Marliana Lara
8b6ee8d360 Fix all of the issues for the 3.3 UX Hit List
* Portal mode job header
* Move edit buttons to beginning of action buttons
* Dashboard job row spacing
* Decrease toggle button height
* Remove extra scrollbars from job results standard out
2018-05-02 16:05:32 -04:00
Michael Abashian
5cda2c94ac Merge pull request #1620 from mabashian/1589-relaunch-passwords
Fixed error showing vault password prompts on relaunch
2018-05-02 14:01:06 -04:00
Marliana Lara
7007e46b8a Remove add button dropdown gap and update border radius
* Fix linting error
2018-05-02 10:57:24 -04:00
Marliana Lara
dce52d0552 Update the Add button content and styles
* Change the text from "Add" to "+"
* Update the e2e test to check for an id #button-add
2018-05-02 09:35:11 -04:00
Jared Tabor
63542c3b43 Don't render tooltips that shouldn't exist 2018-05-01 16:05:22 -07:00