Here is an old PR for an example of using the extension points to add a
page for showing git commits:
https://github.com/openshift/origin/pull/6238/files.  The
/app/scripts/_extensions/  is where you will want to look to see an
example.  This is before the update to use the hawtioPluginLoader, so it
will also help to take a look at
https://github.com/openshift/origin/tree/master/assets/app/scripts/extensions
.

You should be able to see how to add routes/pages/templates/directives/etc
via these links.




On Thu, May 12, 2016 at 10:39 AM, Jessica Forrester <[email protected]>
wrote:

> Start here
> https://docs.openshift.org/latest/install_config/web_console_customization.html#loading-custom-scripts-and-stylesheets
> You can look at some of our example extensions
> https://github.com/openshift/origin/tree/master/assets/extensions/examples
>
> Basically you can add whatever JS and CSS you want and you can write
> custom angular modules which add your own routes and pages.
>
> Ben do you still have your git commit extension example somewhere?
>
> On Thu, May 12, 2016 at 10:33 AM, David Dimas <[email protected]>
> wrote:
>
>> Hi.
>> I am doing some integration work with Openshift Origin 1.1.6 and
>> customizing Web console now.
>>
>> I know that Openshift has the concept of some sorts of
>> organizations(group, team, etc).
>> But there is nothing in Web Console that allows you to invite users to a
>> project (or even set up a user).
>> And I have not seen anything that allows a project administrator to
>> assign a specific role to a user.
>>
>> I am going to build Team page and User management page now.
>>
>> How can I build these pages?
>>
>> Thanks in advance.
>> David
>>
>> _______________________________________________
>> dev mailing list
>> [email protected]
>> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
>>
>>
>
_______________________________________________
dev mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to