Skip to content
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
14 changes: 13 additions & 1 deletion browser-app/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#-------------------------------------------------------------------------------
# Copyright (C) 2021-2022 Wellness TechGroup
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# onelifedesigning - initial API and implementation
#-------------------------------------------------------------------------------
{
"private": true,
"name": "browser-app",
Expand Down Expand Up @@ -28,4 +40,4 @@
"theia": {
"target": "browser"
}
}
}
13 changes: 13 additions & 0 deletions deployment-widget/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#*******************************************************************************
# Copyright (C) 2021-2022 Wellness TechGroup
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# onelifedesigning - initial API and implementation
#*******************************************************************************

apiVersion: v2
publisher: Wellness Tech Group
name: smartclide-deployment-extension
Expand Down
14 changes: 13 additions & 1 deletion deployment-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#-------------------------------------------------------------------------------
# Copyright (C) 2021-2022 Wellness TechGroup
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# onelifedesigning - initial API and implementation
#-------------------------------------------------------------------------------
{
"name": "smartclide-deployment-widget",
"version": "0.0.1",
Expand Down Expand Up @@ -39,4 +51,4 @@
"backend": "lib/node/backend-module"
}
]
}
}
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/componets/Button/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import React from 'react';

interface ButtonProps {
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/componets/Card/Price/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import React from 'react';
import { CostMetrics } from '../../../../../common/ifaces';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import React from 'react';
import {
AreaChart,
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/componets/Navigation/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import React from 'react';
import Button from '../Button';

Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/componets/Pagination/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import React, { useState, useEffect } from 'react';
import Button from '../Button';

Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/componets/Spinner/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import React from 'react';

interface SpinnerProps {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import React from 'react';
import Button from '../../Button';

Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/contexts/BackendContext.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import React, { useState, createContext, useContext } from 'react';
interface BackendContextInterface {
backendService?: any;
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/domain/Dashboard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import React, { useState, useEffect } from 'react';

import { useBackendContext } from '../contexts/BackendContext';
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/domain/Monitoring.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import React, { useState, useEffect } from 'react';

import Spinner from '../componets/Spinner';
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import React, { useState, useEffect } from 'react';

import Dashboard from './domain/Dashboard';
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/style/button/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#-------------------------------------------------------------------------------
# Copyright (C) 2021-2022 Wellness TechGroup
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# onelifedesigning - initial API and implementation
#-------------------------------------------------------------------------------
#SmartCLIDE-Widget-Bar .btn,
#SmartCLIDE-Widget-App .btn {
display: inline-block;
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/style/card/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#-------------------------------------------------------------------------------
# Copyright (C) 2021-2022 Wellness TechGroup
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# onelifedesigning - initial API and implementation
#-------------------------------------------------------------------------------
#Price {
box-sizing: border-box;
max-width: 50%;
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/style/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#-------------------------------------------------------------------------------
# Copyright (C) 2021-2022 Wellness TechGroup
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# onelifedesigning - initial API and implementation
#-------------------------------------------------------------------------------
#SmartCLIDE-Widget-App {
padding: 50px;
}
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/style/nav/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#-------------------------------------------------------------------------------
# Copyright (C) 2021-2022 Wellness TechGroup
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# onelifedesigning - initial API and implementation
#-------------------------------------------------------------------------------
#SmartCLIDE-Widget-App .Navigation--flex {
display: flex;
justify-content: space-between;
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/style/select/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#-------------------------------------------------------------------------------
# Copyright (C) 2021-2022 Wellness TechGroup
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# onelifedesigning - initial API and implementation
#-------------------------------------------------------------------------------
#SmartCLIDE-Widget-App .pagination .select {
position: relative;
min-width: 80px;
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/style/spinner/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#-------------------------------------------------------------------------------
# Copyright (C) 2021-2022 Wellness TechGroup
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# onelifedesigning - initial API and implementation
#-------------------------------------------------------------------------------
#Spinner {
width: 80px;
height: 80px;
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/app/style/table/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#-------------------------------------------------------------------------------
# Copyright (C) 2021-2022 Wellness TechGroup
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# onelifedesigning - initial API and implementation
#-------------------------------------------------------------------------------
.table,
.deployment-table {
max-width: 900px;
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/widget-contribution.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import { injectable, inject } from '@theia/core/shared/inversify';
import { MenuModelRegistry } from '@theia/core';
import { SmartCLIDEDeploymentWidget } from './widget-widget';
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/widget-frontend-module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import { ContainerModule } from '@theia/core/shared/inversify';
import { SmartCLIDEDeploymentWidget } from './widget-widget';
import { SmartCLIDEDeploymentWidgetContribution } from './widget-contribution';
Expand Down
12 changes: 12 additions & 0 deletions deployment-widget/src/browser/widget-widget.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (C) 2021-2022 Wellness TechGroup
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* onelifedesigning - initial API and implementation
******************************************************************************/
import React from 'react';

import {
Expand Down
Loading