HDDS-788. Change title page of bucket browser in S3gateway. Contributed by Bharat Viswanadham.
This commit is contained in:
parent
d16d5f730e
commit
6d9c18cfa9
|
@ -19,10 +19,10 @@ permissions and limitations under the License.
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>AWS S3 Explorer</title>
|
||||
<title>Ozone S3 Explorer</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" href="https://aws.amazon.com/favicon.ico">
|
||||
<link rel="shortcut icon" href="static/images/ozone.ico">
|
||||
<link rel="stylesheet"
|
||||
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet"
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
<param-name>javax.ws.rs.Application</param-name>
|
||||
<param-value>org.apache.hadoop.ozone.s3.GatewayApplication</param-value>
|
||||
</init-param>
|
||||
<init-param>
|
||||
<param-name>jersey.config.servlet.filter.staticContentRegex</param-name>
|
||||
<param-value>/static/images/*.ico</param-value>
|
||||
</init-param>
|
||||
<load-on-startup>1</load-on-startup>
|
||||
</servlet>
|
||||
<servlet-mapping>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue