Skip to content
Merged
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# ExampleContent
# Example Content

![Build Status](https://github.com/openmfp/example-content/actions/workflows/pipeline.yaml/badge.svg)
[![REUSE status](
https://api.reuse.software/badge/github.com/openmfp/example-content)](https://api.reuse.software/info/github.com/openmfp/example-content)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.8.

## Getting started
## Getting Started

Use `npm install` to install all dependencies.
And run `npm start` to start the frontend locally.

## Development server
## Development Server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

## Code scaffolding
## Code Scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

## Running unit tests
## Running Unit Tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

## Further help
## Further Help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ import { SmallCardComponent } from '../../shared/small-card/small-card.component
export class EnabledCapabilitiesComponent {
readonly capabilities: SmallCardDataModel[] = [
{
image: 'https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com/static/assets/logo.svg',
image: 'https://dashboard.garden.live.k8s.ondemand.com/static/assets/logo.svg',
name: 'Gardener',
},
{
image: 'https://avatars.githubusercontent.com/u/147836484?s=200&v=4',
name: 'Iron Core',
},
{
image: 'https://content.d1.openmfp.dxp.k8s.ondemand.com/ui/wc/assets/openmcp.png',
image: 'https://ocm.software/images/logo-image.png',
name: 'OpenMCP',
},
];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Component } from '@angular/core';
import {DynamicPageModule, FormModule, FundamentalNgxCoreModule, IllustratedMessageModule} from "@fundamental-ngx/core";
import {CommonModule} from "@angular/common";
import { FundamentalNgxCoreModule } from "@fundamental-ngx/core";

@Component({
selector: 'app-providers',
Expand Down
2 changes: 0 additions & 2 deletions frontend/projects/ui/src/app/services/extension.schema.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


export interface Account {
id: string;
name: string;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ui5-card class="card">
<ui5-card-header slot="header" title-text="Virtualtree navigation example"
<ui5-card-header slot="header" title-text="Virtual Tree Navigation Example"
subtitle-text="Click below to test the navigation">
</ui5-card-header>
<div class="content">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ import { SmallCardComponent } from '../small-card/small-card.component';
export class EnabledCapabilitiesComponent {
readonly capabilities: SmallCardDataModel[] = [
{
image: 'https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com/static/assets/logo.svg',
image: 'https://dashboard.garden.live.k8s.ondemand.com/static/assets/logo.svg',
name: 'Gardener',
},
{
image: 'https://avatars.githubusercontent.com/u/147836484?s=200&v=4',
name: 'Iron Core',
},
{
image: 'https://content.d1.openmfp.dxp.k8s.ondemand.com/ui/wc/assets/openmcp.png',
image: 'https://ocm.software/images/logo-image.png',
name: 'OpenMCP',
},
];
Expand Down