[*STSK0000118 Страницы Кабинета Пользвателя*] https://home.simpleone.ru/record/agl_sub_task/160520606315184608


The Self-Service Portal contains the current user's workspace, My Cabinet.

My Cabinet provides the following elements:

  • Cabinet
  • My Tickets
  • My CI.

CI – configuration items.

---/screenshot/---

Cabinet


Generally, a list of records contains elements as listed below:

  1. The <breadcrumbs> widget that allows navigating within the Portal pages structure.
  2. The <sidemenu> widget that allows adding a sidemenu.
  3. SOMETHING

The page is located on a separate node.

Breadcrumbs widget configuration

To configure breadcrumbs correctly, it is preferable to use the attribute values as in the example below (type these values in the Template field of the <breadcrumbs> widget form):

<div class="portal__breadcrumbs customized">
  <breadcrumbs>
</div>

After that, you can define the breadcrumbs view in the CSS field of this form:

.customized {
   background: #FFFFFF;
  padding: 9px 0px 8px 16px;
}

Sidemenu widget configuration

To configure a sidemenu widget, it is preferable to follow the recommendations when filling in the attribute values. You can use the example below as a pattern:

<SideMenu
parentsDepth="1"
childrenDepth="1"
   includeCategories="1"
   includeItems="1">\
</SideMenu>

SOMETHING


My Tickets


Generally, a list of records contains elements as listed below:

  1. The <breadcrumbs> widget that allows navigating within the Portal pages structure.
  2. The <sidemenu> widget that allows adding a sidemenu.
  3. SOMETHING that leads to the form of a record. The widget is bound with the Task table.


The page is located on a separate node.

To configure the breadcrumbs and sidemenu widgets, please follow the recommendations given above.

SOMETHING



My CI


Generally, a list of records contains elements as listed below:

  1. The <breadcrumbs> widget that allows navigating within the Portal pages structure.
  2. The <sidemenu> widget that allows adding a sidemenu.
  3. SOMETHING that leads to the form of a record. The widget is bound with the Configuration item (sys_сmdb_ci) table.

The page is located on a separate node.

To configure the breadcrumbs and sidemenu widgets, please follow the recommendations given above.