Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Commit

Permalink
Fix broken client url
Browse files Browse the repository at this point in the history
  • Loading branch information
sedroche committed Aug 1, 2018
1 parent 711f038 commit f34eab9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/src/components/overview/Overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Grid } from 'patternfly-react';

import MobileClientOverviewList from './MobileClientOverviewList';

const listClientsUrl = `/apis/mobile.k8s.io/v1alpha1/namespaces/test1/mobileclients`;
const listClientsUrl = `/api/mobile.k8s.io/v1alpha1/namespaces/test1/mobileclients`;
class Overview extends Component {

constructor(props) {
Expand Down

0 comments on commit f34eab9

Please sign in to comment.