> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/computers/views-and-tabs.md).

# Views and tabs

View **Computers** can be customized to fit your workflow. The user can choose the columns displayed in the table, change their order, and open tabs for multiple devices in separate system tabs.

### Customizing the table view

Column settings allow you to limit the table to the information needed in day-to-day work.

You can:

* select the columns visible in the table,
* hide unnecessary columns,
* change the display order of columns.

### Opening column settings

{% stepper %}
{% step %}

#### Open the Computers view

Go to:

**Functions > IT Infrastructure > Computers**
{% endstep %}

{% step %}

#### Open column settings

Click the column settings icon in the upper-right corner of the table, next to the refresh button.

<div align="left"><figure><img src="/files/2c690ca5bbafbd5fd980478c9f0945bbf9f84bd3" alt="ikona ustawień kolumn" width="178"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Select visible columns

Select the columns that should be displayed in the table. Clear the selection for the columns you want to hide.
{% endstep %}

{% step %}

#### Set the column order

Drag the selected item up or down the list to change its position in the table.

<div align="left"><figure><img src="/files/6b891ea0952173bac4b251ac0b9bc2fd06938729" alt="panel wyboru i zmiany kolejności kolumn" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Check the table view

Close the settings panel and verify the order and scope of information displayed in the table.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Hiding a column does not remove the data from the system. It only changes how it is presented in the table.
{% endhint %}

### Choosing columns for your workflow

The scope of visible information should be matched to the task being performed.

For example:

| Use case                         | Useful columns                                 |
| -------------------------------- | ---------------------------------------------- |
| **Checking device availability** | Computer Name, Online, Seen, IP                |
| **Verifying eAgent**             | Computer Name, Online, Agent Version, Seen     |
| **User management**              | Computer Name, User, User ID, Structure        |
| **Operating system control**     | Computer Name, Operating System, Agent Version |
| **Identifying devices**          | Computer Name, ID, IP, MAC address             |

{% hint style="info" %}
The more columns that are visible at once, the more often horizontal scrolling becomes necessary. It is worth leaving only the information needed in the current view.
{% endhint %}

### Navigation using tabs

eAuditor Cloud allows you to open cards for multiple computers in internal tabs. This lets you quickly switch between devices without returning to the table each time.

Tabs are displayed at the top of the system workspace.

<figure><img src="/files/3c8348246722a07f2b363421f36a9cbc8f62d3c4" alt="kilka otwartych zakładek komputerów" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
eAuditor Cloud tabs are part of the system interface. They are not the same as tabs opened in a web browser.
{% endhint %}

### Opening a computer in a new tab

{% stepper %}
{% step %}

#### Open the computer list

Go to the view **Computers**.
{% endstep %}

{% step %}

#### Select a device

Click the name of the computer whose details you want to view.
{% endstep %}

{% step %}

#### Go to the computer card

The system will open the device card in a new tab located at the top of the workspace.

Each subsequent selected computer will open in a separate tab.
{% endstep %}
{% endstepper %}

A detailed description of the information available after opening a device can be found on the page [**Computer Card**](/eacloud-docs-en/features/it-infrastructure/computers/computer-card.md).

### Switching between computers

To switch to another open device, click its tab.

This allows you, for example, to:

* compare the configuration of several computers,
* check the status of different devices,
* move between tabs without searching for the computers again,
* keep devices open while performing subsequent tasks.

The name of the active computer is visible on the selected tab.

### Closing tabs

#### Closing a single tab

Click the icon **X** located next to the computer name. Only the selected device tab will be closed.

#### Closing all device tabs

Click the icon **X** located to the right of the tab bar. All open device tabs will be closed at once.

<figure><img src="/files/d60e14ae6ad043853e4b26e5ecf04b90025aca9f" alt="ikona zamykania pojedynczej zakładki i ikona zamykania wszystkich zakładek" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
Closing a tab does not remove the computer or change its configuration. It only closes the open device view.
{% endhint %}

### Frequently Asked Questions

<details>

<summary><strong>How do I change the columns visible in the table?</strong></summary>

Click the column settings icon in the upper-right corner of the table. Then select the columns you want to display and clear the selection for the others.

</details>

<details>

<summary><strong>How do I change the order of columns?</strong></summary>

Open the column settings panel, then drag the selected item to the appropriate place in the list.

</details>

<details>

<summary><strong>Does hiding a column remove the data?</strong></summary>

No. Hiding a column affects only how the information is displayed in the table. The data remains stored in the system.

</details>

<details>

<summary><strong>Why do I need to scroll the table horizontally?</strong></summary>

Too many columns may be active in the view. Hide the information you do not need at the moment, or change the order of the columns so that the most important data appears at the beginning of the table.

</details>

<details>

<summary><strong>Can I open several computers at the same time?</strong></summary>

Yes. Click the names of the selected computers one by one. Each device will open in a separate system tab.

</details>

<details>

<summary><strong>Are eAuditor Cloud tabs browser tabs?</strong></summary>

No. These are internal system tabs displayed in the eAuditor Cloud workspace.

</details>

<details>

<summary><strong>How do I close all open device tabs?</strong></summary>

Click the icon **X** located to the right of the tab bar.

</details>

<details>

<summary><strong>Does closing a tab remove the computer?</strong></summary>

No. Closing a tab only closes the device view. The computer remains in the system, and its data and configuration are not changed.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/computers/views-and-tabs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
