Found 191 results for "ui dashboard"

The search executed in 0.001028036 seconds. That's fast.

Gitana / 4.0 / Self Managed / Kits / OEM

OEM The OEM kit provides a way for developers, integrators, partners and those who are embedded Cloud CMS in custom solutions to build and test extensions. These extensions include UI extensions as well as API extensions in the form of Java / Spring beans. The kit consists of the following services: ui api mongodb elasticsearch These are connected like this: Running Use the following commands: docker-compose build --force-rm docker-compose up And then open a browser to: http://localhost To acc

Score: 2.278021

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-manage-context

project-manage-context [ { "evaluator": "context-project", "config": { "project-manage-context": { "items": [ { "key": "project/manage/header", "title": "Manage", "order": 10000, "header": true, "allowAuthority": [ "collaborator", "manager" ], "items": [ { "key": "project/settings", "title": "Project Settin

Score: 2.2615001

Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-manage-context

project-manage-context [ { "evaluator": "context-project", "config": { "project-manage-context": { "items": [ { "key": "project/manage/header", "title": "Manage", "order": 10000, "header": true, "allowAuthority": [ "collaborator", "manager" ], "items": [ { "key": "project/settings", "title": "Project Settin

Score: 2.2615001

My UI modules aren't deploying. What should I check?

If you're running an on-premise installation of Cloud CMS and are unable to deploy UI modules via the main user interface, here are a few tips and pointers. Things to consider: 1. When you click on the "Deploy Module" option, your a URL connection is made from the UI server back to the API server. Specifically, it invokes a POST to the route: /oneteam/modules/deploy Check your API side logs or any firewalls or proxies along the way to make sure that an API server receives this call. For example,

Score: 2.2355285

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-manage-context

platform-manage-context [ { "evaluator": "context-platform", "config": { "platform-manage-context": { "items": [ { "key": "platform/manage/header", "title": "Manage Platform", "header": true, "order": 10000, "allowAuthority": [ "owner", "manager", "admin" ], "items": [ { "key": "platform/settings",

Score: 2.181298

Gitana / 4.0 / Developers / User Interface Customization / Contexts / platform-manage-context

platform-manage-context [ { "evaluator": "context-platform", "config": { "platform-manage-context": { "items": [ { "key": "platform/manage/header", "title": "Manage Platform", "header": true, "order": 10000, "allowAuthority": [ "owner", "manager", "admin" ], "items": [ { "key": "platform/settings",

Score: 2.181298

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Samples

Samples In this section, we've collected sample configurations that customers and our support team refer to frequently when guiding developers down the path of building out UI extensions. To understand what is provided here, we recommend first reading up on the following: Configuration Service UI Views UI Modules The samples provided here can be included in custom modules and can also be plugged into UI Views. The following samples are provided: Developer Menu Items Releases Menu Item

Score: 2.1721625

Gitana / 4.0 / Developers / User Interface Customization / Samples

Samples In this section, we've collected sample configurations that customers and our support team refer to frequently when guiding developers down the path of building out UI extensions. To understand what is provided here, we recommend first reading up on the following: Configuration Service UI Views UI Modules The samples provided here can be included in custom modules and can also be plugged into UI Views. The following samples are provided: Developer Menu Items Releases Menu Item

Score: 2.1721625

Gitana / 3.2 / Guide / Guide / Docker / Kits / Quickstart

Quickstart The Quickstart kit defines the following services: ui api mongodb elasticsearch These are connected like this: Running Use the following commands: docker-compose build --force-rm docker-compose up And then open a browser to: http://localhost To access the API directly: https://localhost:8080 docker-compose.yml version: "2" services: ui: build: ./ui networks: - cloudcms depends_on: - api env_file: - ./ui/ui.env ports: - "80:80" api:

Score: 2.144529

Gitana / 4.0 / Self Managed / Kits / Quickstart

Quickstart The Quickstart kit defines the following services: ui api mongodb elasticsearch These are connected like this: Running Use the following commands: docker-compose build --force-rm docker-compose up And then open a browser to: http://localhost To access the API directly: https://localhost:8080 docker-compose.yml version: "2" services: ui: build: ./ui networks: - cloudcms depends_on: - api env_file: - ./ui/ui.env ports: - "80:80" api:

Score: 2.144529

Gitana / 4.0 / Self Managed / UI Extensions / Overview

UI Extensions The Docker-based Cloud CMS UI provides additional extension patterns beyond the AMD-driven mechanism for user interface components and screens. Since Docker allows you to run on-premise, you can use these extension patterns to influence more foundational changes to the way the application works. Environment Variables When the Cloud CMS user interface starts up, it looks to environment variables to tell it whether there are any extensions available to be loaded. Extensions are store

Score: 2.0876794

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / release-subcontext

release-subcontext [ { "evaluator": "context-workspace-has-pending-merges", "config": { "release-subcontext": { "items": [ { "key": "release/workspaces", "items": [ { "key": "release/merges", "title": "Pending Merges", "uri": "#/projects/{projectId}/releases/{releaseId}/merges", "iconClass": "fa fa-angle-right", "order": 32000 }

Score: 2.0499701

Gitana / 4.0 / Developers / User Interface Customization / Contexts / release-subcontext

release-subcontext [ { "evaluator": "context-workspace-has-pending-merges", "config": { "release-subcontext": { "items": [ { "key": "release/workspaces", "items": [ { "key": "release/merges", "title": "Pending Merges", "uri": "#/projects/{projectId}/releases/{releaseId}/merges", "iconClass": "fa fa-angle-right", "order": 32000 }

Score: 2.0499701

Build your prototype website in 10 easy steps

Getting started with Cloud CMS for a website takes minimal setup: Fork a copy of https://github.com/gitana/sdk Note the URL of your repo; you’ll need this later… Login to your tenant or signup for a trial of Cloud CMS When prompted upon login create a Web Content Management starter project From the resulting Project Dashboard navigate to “Applications” in Manage Project Select “Sample Web Application” > Deployments Tick the radio button on the right Navigate to Selected > Undeploy (upper right)

Score: 2.0499701

Gitana / 3.2 / Guide / Guide / Docker / Kits / API Cluster

API Cluster The api-cluster kit defines the following services: ui api1 api2 apilb mongodb elasticsearch This kit differs from the quickstart in how it handles API requests. Requests are sent to the apilb container which runs a load balancer, distributing work between api1 and api2. It is worth reviewing the cluster settings for both of your api servers in order for them to correctly communicate. Running Use the following commands: docker-compose build --force-rm docker-compose up And then open

Score: 2.0406861

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / change-password

change-password ID: change-password This action brings up a modal that provides a logged in user with a means to change their own password. Sample Code var UI = require("ui"); var actionContext = {}; actionContext.user = observableHolder.observable("user").get(); UI.startAction(observableHolder, "change-password", actionContext, function(err) { // all done });

Score: 2.0177422

Gitana / 4.0 / Developers / User Interface Customization / Actions / change-password

change-password ID: change-password This action brings up a modal that provides a logged in user with a means to change their own password. Sample Code var UI = require("ui"); var actionContext = {}; actionContext.user = observableHolder.observable("user").get(); UI.startAction(observableHolder, "change-password", actionContext, function(err) { // all done });

Score: 2.0177422

Gitana / 3.2 / Guide / Guide / Content Modeling / Content Model Builder / Create A New Content Type

Create A New Content Type In the Content Model Builder, you can create a new Content Type. Click button "Create Content Type" near the top left: Then give your content type a name in the pop up modal: Hit "Create" and the new content model will open in the Content Model Builder: As you can see there are two tabs -- "UI" and "JSON". Cloud CMS provides you with two ways to build in the content type builder. If you are an editor and fancy building it with simple actions like drag and drop, UI build

Score: 2.0146086

Gitana / 4.0 / Data Engine / Content Models / Content Model Builder / Create A New Content Type

Create A New Content Type In the Content Model Builder, you can create a new Content Type. Click button "Create Content Type" near the top left: Then give your content type a name in the pop up modal: Hit "Create" and the new content model will open in the Content Model Builder: As you can see there are two tabs -- "UI" and "JSON". Cloud CMS provides you with two ways to build in the content type builder. If you are an editor and fancy building it with simple actions like drag and drop, UI build

Score: 2.0146086

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / delete_access_policies

delete_access_policies ID: delete_access_policies This pops up a modal to ask the user if they'd like to delete the specified Access Policies. Upon confirmation, the Access Policies are deleted. Sample Code var UI = require("ui"); var actionContext = {}; actionContext.data = [policyId1, policyId2]; UI.startAction(observableHolder, "delete_access_policies", actionContext, function(err) { // if something went wrong, err will contain the error // otherwise, success });

Score: 2.004035

Gitana / 4.0 / Developers / User Interface Customization / Actions / delete_access_policies

delete_access_policies ID: delete_access_policies This pops up a modal to ask the user if they'd like to delete the specified Access Policies. Upon confirmation, the Access Policies are deleted. Sample Code var UI = require("ui"); var actionContext = {}; actionContext.data = [policyId1, policyId2]; UI.startAction(observableHolder, "delete_access_policies", actionContext, function(err) { // if something went wrong, err will contain the error // otherwise, success });

Score: 2.004035

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / assign_access_policy

assign_access_policy ID: assign_access_policy Brings up a popup modal that lets the user select an access policy using an Access Policy Picker. The selected access policy is handed back on the callback. Sample Code var UI = require("ui"); var actionContext = {}; actionContext.ref = node.ref(); // "node://platformId/repositoryId/branchId/nodeId"; UI.startAction(observableHolder, "assign_access_policy", actionContext, function(err) { // if something went wrong, err will contain the error

Score: 1.9905131

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / create_access_policy

create_access_policy ID: create_access_policy Brings up a multi-step wizard that guides a user through the process of creating an Access Policy. The resulting access policy is handed back in the callback. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "create_access_policy", actionContext, function(err, accessPolicyId) { // if something went wrong, err will contain the error // otherwise, success // the created access policy ID is hand

Score: 1.9905131

Gitana / 4.0 / Developers / User Interface Customization / Actions / assign_access_policy

assign_access_policy ID: assign_access_policy Brings up a popup modal that lets the user select an access policy using an Access Policy Picker. The selected access policy is handed back on the callback. Sample Code var UI = require("ui"); var actionContext = {}; actionContext.ref = node.ref(); // "node://platformId/repositoryId/branchId/nodeId"; UI.startAction(observableHolder, "assign_access_policy", actionContext, function(err) { // if something went wrong, err will contain the error

Score: 1.9905131

Gitana / 4.0 / Developers / User Interface Customization / Actions / create_access_policy

create_access_policy ID: create_access_policy Brings up a multi-step wizard that guides a user through the process of creating an Access Policy. The resulting access policy is handed back in the callback. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "create_access_policy", actionContext, function(err, accessPolicyId) { // if something went wrong, err will contain the error // otherwise, success // the created access policy ID is hand

Score: 1.9905131