[
https://issues.apache.org/jira/browse/STRATOS-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
reka thirunavukkarasu resolved STRATOS-280.
-------------------------------------------
Resolution: Fixed
> Create the initial HTMLs for the cartridge management web application
> ---------------------------------------------------------------------
>
> Key: STRATOS-280
> URL: https://issues.apache.org/jira/browse/STRATOS-280
> Project: Stratos
> Issue Type: New Feature
> Components: Stratos Manager
> Affects Versions: 4.0.0 M4
> Reporter: Chanaka Jayasena
> Assignee: Pradeep Fernando
> Fix For: 4.0.0 Alpha
>
> Attachments: 0001-Adding-few-admin-pages.patch,
> 0001-Fix-the-wrong-url-links-on-page-header.patch, mobile.png, screen1.png,
> screen2-1.png, screen2.png, screen3.png, screen4.png, stratos.zip, stratos.zip
>
>
> I have converted all the screens to a jaggery web application. Right now the
> application runs with dummy data.
> cartridges.json
> [
> {
> kind: "service",
> cartridges: [
> {
> type: "php",
> version: "PHP 5.4",
> description: "PHP is a popular general-purpose scripting
> language that is especially suited to web development. Fast, flexible and
> pragmatic, PHP powers everything from your blog to the most popular websites
> in the world."
> }
> ]
> }
> ]
> mycartridges.json
> This JSON has the same format as above but the fields for a cartridge is
> different.
> {
> name: "MyPHP-lakmal",
> type: "php",
> version: "PHP 5.4",
> lb_ip: "192.168.1.1, 192.168.1.2",
> access_url: "myweb-lakmal.php.stratos.com",
> state: "active"
> }
> I am also using Initializr as the HTML/CSS starter template. Initializr has
> HTML5 Boilerplate, Bootstrap 3.0.0 jQuery. Also I manage to create a custom
> iconic font (stratos.ttf) with all the icons used with the application making
> all the icons scalable.
> The UI is tested in IE7,IE8, IE9, Firefox 25, Chrome Version 31.0.1650.63.
> The design is also responsive and I have attached a screen shot with the
> mobile version.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)