Standard Configuration Interface

The Standard Configuration Usage interface layout is a basic layout used throughout Unified Assurance. This section provides a basic explanation of an interface and its comprising sections.

Overview

  1. Button Bar - The section contains the Add, Clone and/or Delete buttons that will interact with the interface. The Clone and Delete buttons will only be available if an item is selected.

  2. Column Headers - Any column header can be selected to be used as a sort order for the results, but this can only be used on a single column at a time.

  3. Show/Hide the Search Bar - When the search bar is displayed, any column can also be used to search within the data, and multiple columns can be used to search through the data. However, each column can only contain a single search string.

    • Text fields can utilize four different comparison operators:

      • Like operator will execute a SQL based LIKE comparison and show the results.

      • Not Like operator will execute a SQL based NOT LIKE comparison and show the results.

      • Regular Expression operator will execute a regular expression and show the results.

      • Not Regular Expression operator will execute a not regular expression and show the results.

    • Numeric fields have various comparison operators that can be used on the data entered.

      • Equal to operator will only return data that has a value equal to the entered number.

      • Not equal to operator will only return data that has a value not equal to the entered number

      • Greater than or equal to operator will only return data that has a value greater than or equal to the entered number.

      • Greater than operator will only return data that has a value that is greater than the entered number.

      • Less than or equal to operator will only return data that has a value less than or equal to the entered number.

      • Less than operator will only return data that has a value that is less than the entered number.

  4. Pagination Controls - The pagination controls are as follows from left to right:

    • Back to Page 1

    • Back 1 Page

    • Page Selector

    • Items per Page Limiter

    • Forward 1 Page

    • Forward to Last Page

  5. Refresh Results - Click this icon to refresh the data displayed in the interface.

  6. Results Counter - This shows the number of results that are being displayed, as well as the total number of results.

The following image shows you the Standard Configuration Interface.

Standard Configuration Interface

Description of illustration standard-configuration-interface.png

The following image shows the interface with the search bar.

Standard Configuration Interface Search

Description of illustration standard-configuration-interface-search.png