Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI/license autoload #11778

Merged
merged 12 commits into from
Jun 7, 2021
Merged

UI/license autoload #11778

merged 12 commits into from
Jun 7, 2021

Conversation

hashishaw
Copy link
Contributor

Update license page for autoloaded license.

When Autoloaded
Screen Shot 2021-06-03 at 4 37 24 PM
Still shows standby count
Screen Shot 2021-06-03 at 4 36 41 PM
Shows warning if license is stored
Screen Shot 2021-06-03 at 4 36 39 PM

@hashishaw hashishaw added the ui label Jun 4, 2021
@hashishaw hashishaw added this to the 1.8 milestone Jun 4, 2021
@@ -1,22 +1,32 @@
import { equal } from '@ember/object/computed';
import Component from '@ember/component';
import Component from '@glimmer/component';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work glimmerizing


<section class="box is-sideless is-marginless is-shadowless is-fullwidth">
<span class="title is-5">Details</span>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it intentional leaving a line space here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was just easier to parse the sections while I was working on removing code

performance_standby_count: 0,
start_time: '2020-04-28T00:00:00Z',
},
// persisted_autoload: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious why these are commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was testing with various configurations but wanted to make sure we didn't lose the other options

Copy link
Contributor

@Monkeychip Monkeychip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, a couple of non-blocking comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants