Skip to content

Implement context feature for data #10

@dkammer

Description

@dkammer

in overlaycontrols.component.html the selection of contexts is disabled because it is not implemented application-wide.

<!-- <label>
    <span class="select-label">Context</span>
    <select [(ngModel)]="selectedContext" (ngModelChange)="emitSettingsChange()">
    <option *ngFor="let context of contexts" [value]="context">{{ context }}</option>
    </select>
</label> -->

This feature needs to be completely re-written and re-implemented in dataprovider, dashboard, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions