You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/content/dashboard.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Easily visualize and manage sites, users, traffic, metrics, visual regression te
21
21
22
22
Our site dashboard provide a real-time interface into Pantheon. It includes everything you need to build, launch, and run sites. Create new projects, manage team access, interface via SFTP or Git (version control), and track miscellaneous tools like backups. It also allows you to deploy and scale your sites.
Copy file name to clipboardExpand all lines: source/content/site-dashboard.md
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ product: [dashboard]
11
11
integration: [--]
12
12
tags: [--]
13
13
showtoc: true
14
-
reviewed: 2023-04-19
14
+
reviewed: 2025-01-15
15
15
---
16
16
17
17
The Pantheon Site Dashboard is the hub of all development and activity for an individual site.
18
18
19
-

19
+

20
20
21
21
## Header Elements
22
22
@@ -57,11 +57,21 @@ This environment is for your live site, where content creators actively post and
57
57
58
58
## Left Navigation
59
59
60
-
The following links are located within your Dev, Test, and Live environment tabs:
60
+
The following buttons are found above the lefthand navigation menu on every environment in the site dashboard:
61
61
62
-
-**Code:** Switch between SFTP Connection Mode and Git Connection Mode. Obtain SFTP Connection Info, and commit changes to your Dev environment. (This link is only accessible within your Dev environment.)
62
+
-**Visit `Environment` Site**: Where `Environment` is a placeholder for the active environment you're currently looking at in the dashboard, such as **Visit Test Site** or **Visit Development Site** etc. This will open the homepage of your site for the given environment in a new tab.
63
63
64
-
-**Commit Log:** Review a list of all code changes by viewing the commits. Click an individual commit to see the log message and list of changes.
64
+
-**Site Admin**: This will open your sites admin login page for the given environment in a new tab. If you're not already logged into your sites admin interface, this button will open `/user/login` for Drupal and `/wp-login.php` for WordPress. Once you've logged in and have an active admin session, this button will take you to `/user` for Drupal and `/wp-admin` for WordPress.
65
+
66
+
<Alerttitle="Note"type="info">
67
+
68
+
By default, the buttons described above will open links that are served via their respective [platform domains](/guides/domains/platform-domains) (e.g., `test-example.pantheonsite.io`). If you want these buttons to open your site using your own custom domain instead (e.g., `test.example.com`) you can connect a [custom domain](/guides/domains/custom-domains) then configure it as the [primary domain](/guides/domains/primary-domain) for the target environment. This is typically only done for the Live environment as part of launch however you can do this anytime for any environment based on your preferences and requirements.
69
+
70
+
</Alert>
71
+
72
+
The following navigation items are found on the lefthand side in the site dashboard:
73
+
74
+
-**Code:** Switch between SFTP Connection Mode and Git Connection Mode. Obtain SFTP Connection Info, and commit changes to your Dev environment. In the center of this page you will find the site's commit log with an activity feed of all code changes. (This tab is only accessible within your Dev or Multidev environments.)
65
75
66
76
-**Deploys:** View a deploy log for the environment. (This link is only accessible within your Test and Live environments.)
0 commit comments