Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
4b3cc0a3
Commit
4b3cc0a3
authored
Apr 13, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
www: certificates tab page name is too ambiguous, also make it .inc
parent
87b0a73b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
system_camanager.php
src/www/system_camanager.php
+1
-1
system_certificates_tabs.inc
src/www/system_certificates_tabs.inc
+0
-0
system_certmanager.php
src/www/system_certmanager.php
+1
-1
system_crlmanager.php
src/www/system_crlmanager.php
+1
-1
No files found.
src/www/system_camanager.php
View file @
4b3cc0a3
...
...
@@ -345,7 +345,7 @@ function method_change() {
<section
class=
"col-xs-12"
>
<?
include
(
'system_
manager_tabs.php
'
);
?>
<?
include
(
'system_
certificates_tabs.inc
'
);
?>
<div
class=
"content-box tab-content table-responsive"
style=
"overflow: auto;"
>
...
...
src/www/system_
manager_tabs.php
→
src/www/system_
certificates_tabs.inc
View file @
4b3cc0a3
File moved
src/www/system_certmanager.php
View file @
4b3cc0a3
...
...
@@ -574,7 +574,7 @@ function internalca_change() {
?>
<section
class=
"col-xs-12"
>
<?php
include
(
'system_
manager_tabs.php
'
);
?>
<?php
include
(
'system_
certificates_tabs.inc
'
);
?>
<div
class=
"content-box tab-content table-responsive"
>
...
...
src/www/system_crlmanager.php
View file @
4b3cc0a3
...
...
@@ -274,7 +274,7 @@ include("head.inc");
?>
<section
class=
"col-xs-12"
>
<?
include
(
'system_
manager_tabs.php
'
);
?>
<?
include
(
'system_
certificates_tabs.inc
'
);
?>
<div
class=
"content-box tab-content"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment