Skip to content

Commit

Permalink
Add more TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed May 8, 2024
1 parent 71f37c7 commit 6e6f457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/controllers/plugins/uiExtensions/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function* fetchExtensionsMetadata(action) {
title: 'Browser Kube',
// remote extension type (should be one of the supported extension points, e.g. 'projectPage', 'sidebarItem', ...)
type: EXTENSION_TYPE_PROJECT_PAGE,
url: 'http://localhost:3001',
url: 'http://localhost:3001', // https://browserkube.epmrpp.reportportal.io/
internalRoute: 'browserKube',
icon: {
// url: 'http://localhost:3001', or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import { uiExtensionProjectPagesSelector } from 'controllers/plugins/uiExtension
import { useActivePluginPageExtension } from 'controllers/plugins/uiExtensions/hooks';
import { ExtensionLoader } from 'components/extensionLoader';

// TODO: process icon within sidebar as well
// TODO: recheck routing
export const ProjectUiExtensionPage = () => {
const extension = useActivePluginPageExtension(uiExtensionProjectPagesSelector);

Expand Down

0 comments on commit 6e6f457

Please sign in to comment.