Project

General

Profile

« Previous | Next » 

Revision 59539

[Trunk | Graph]:
1. app.component.ts: Remove submenu (fragment items) for Support.
2. about.component.css & about.component.html: Fixes in UI | Not selected tabs are gray | [Bug fix] Architecture image is always uk-width-4-5 (gifs were loosing their proper position).

View differences:

app.component.ts
56 56
      {
57 57
        rootItem: new MenuItem("contact", "Support", "", "/support", false, [], null, {}),
58 58
        items: [
59
          new MenuItem("contact", "Contact", "", "/support", false, [], null, {}),
60
          new MenuItem("documentation", "Documentation", "", "/support", false, [], null, {}, null, "documentation"),
61
          new MenuItem("faq", "FAQs", "", "/support", false, [], null, {}, null, "faq"),
59
          // new MenuItem("contact", "Contact", "", "/support", false, [], null, {}),
60
          // new MenuItem("documentation", "Documentation", "", "/support", false, [], null, {}, null, "documentation"),
61
          // new MenuItem("faq", "FAQs", "", "/support", false, [], null, {}, null, "faq"),
62 62
        ]
63 63
      }
64 64
    ];

Also available in: Unified diff