icon
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
38bac7ccf0
commit
3a671e3ff9
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jupyterlab-data-pool",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Data Sharing",
|
||||
"keywords": [
|
||||
"jupyter",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@ import {
|
|||
ICommandPalette,
|
||||
MainAreaWidget
|
||||
} from '@jupyterlab/apputils';
|
||||
import { Icon } from './images';
|
||||
import { dataIcon } from './images';
|
||||
import { ISettingRegistry } from '@jupyterlab/settingregistry';
|
||||
import { LabIcon } from '@jupyterlab/ui-components';
|
||||
//import { requestAPI } from './handler';
|
||||
|
@ -42,7 +42,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
|
|||
// `The jupyterlab-data-pool server extension appears to be missing.\n${reason}`
|
||||
// );
|
||||
// });
|
||||
const webDavIcon = new LabIcon({ name: 'ui-components:data-pool-icon', svgstr: Icon});
|
||||
const webDavIcon = new LabIcon({ name: 'ui-components:data-pool-icon', svgstr: dataIcon});
|
||||
|
||||
const label = "Data Pool"
|
||||
const content = new DataPoolWidget(label);
|
||||
|
|
Loading…
Reference in New Issue