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

start pgUI #92

Merged
merged 5 commits into from
Feb 8, 2023
Merged

start pgUI #92

merged 5 commits into from
Feb 8, 2023

Conversation

ChuckHend
Copy link
Member

No description provided.

@ChuckHend ChuckHend marked this pull request as ready for review February 8, 2023 03:56
Comment on lines 37 to 43
const { NILE_WORKSPACE } = publicRuntimeConfig;

return (
<WithGlobalLoader>
<Head>
<title>{NILE_WORKSPACE}</title>
<meta name="description" content={`Welcome to ${NILE_WORKSPACE}`} />
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
const { NILE_WORKSPACE } = publicRuntimeConfig;
return (
<WithGlobalLoader>
<Head>
<title>{NILE_WORKSPACE}</title>
<meta name="description" content={`Welcome to ${NILE_WORKSPACE}`} />
const { WORKSPACE } = publicRuntimeConfig;
return (
<WithGlobalLoader>
<Head>
<title>{WORKSPACE}</title>
<meta name="description" content={`Welcome to ${WORKSPACE}`} />

@ChuckHend ChuckHend merged commit 01fd869 into main Feb 8, 2023
@ChuckHend ChuckHend deleted the ahendel/UI branch February 8, 2023 11:51
sjmiller609 pushed a commit that referenced this pull request Dec 5, 2023
* add pgmq image to CI

* add pgmq image to makefile

* use the extension API

* fmt

* change queue env var

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

Successfully merging this pull request may close these issues.

2 participants