Skip to content

default / CI compose test #34

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

Open
wants to merge 6 commits into
base: uffizzi-ci-integrate
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![parse-repository-header-dashboard](https://user-images.githubusercontent.com/5673677/138276825-9b430df8-b1f6-41d7-af32-4852a8fbc143.png)

---
--------------------------

[![Build Status](https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=alpha)](https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Aalpha)
[![Build Status](https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=beta)](https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Abeta)
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/Account/AccountOverview.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class AccountOverview extends React.Component {

renderForm({fields}) {
let accountInfoFields = <Fieldset
legend='Account Info'
legend='Account Info -'
description='Update the personal information linked to this account.'>
<Field
labelWidth={DEFAULT_LABEL_WIDTH}
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default class Dashboard extends React.Component {
}

const AppsIndexPage = () => (
<AccountView section='Your Apps'>
<AccountView section='Your Apps - TEST PR'>
<AppsIndex newFeaturesInLatestVersion={this.state.newFeaturesInLatestVersion}/>
</AccountView>
);
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/DashboardView.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default class DashboardView extends React.Component {

if (coreSubsections.length > 0) {
appSidebarSections.push({
name: 'Core',
name: 'Core - TEST - PR',
icon: 'core',
link: '/browser',
subsections: coreSubsections,
Expand Down