newrelic / nr1-status-pages

NR1 Status Pages allows you to collect and display the statuses of key dependencies in one place.
https://github.com/newrelic/nr1-status-pages/discussions
Apache License 2.0
36 stars 22 forks source link

Account selector dropdown is NOT evident upon installation #21

Closed DanPerovich closed 4 years ago

DanPerovich commented 4 years ago

After installing this NerdPack and configuring one or more status pages to use, I was left scratching my head why nothing was showing in the Nerdlet. It was not apparent that I needed to first select an account from the account dropdown (between the 'Refresh rate' dropdown and 'Edit StatusPages' button) before the status page summaries that I configured would be displayed.

I suggest auto-selecting the first account in the list, displaying a message to tell the user to select an account, and/or putting something like 'Select Account' as the default text in the account selector dropdown.

ericSpence commented 4 years ago

Are you seeing any accounts in the dropdown? I am currently seeing an issue where AccountsQuery.query is returning an empty set which maybe part of the problem.

DanPerovich commented 4 years ago

Are you seeing any accounts in the dropdown? I am currently seeing an issue where AccountsQuery.query is returning an empty set which maybe part of the problem.

Yes, I am seeing accounts in the dropdown.

ericSpence commented 4 years ago

This issue looks like it will be addressed by #23