Update favicon with official logo and HiDPI support
This commit is contained in:
BIN
dist/images/favicon-16x16.png
vendored
Executable file
BIN
dist/images/favicon-16x16.png
vendored
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 645 B |
BIN
dist/images/favicon-32x32.png
vendored
Executable file
BIN
dist/images/favicon-32x32.png
vendored
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
dist/images/favicon.ico
vendored
Executable file
BIN
dist/images/favicon.ico
vendored
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -2,6 +2,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Swagger UI</title>
|
||||
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
|
||||
<link href='css/typography.css' media='screen' rel='stylesheet' type='text/css'/>
|
||||
<link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
|
||||
<link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>
|
||||
|
||||
4
dist/swagger-ui.js
vendored
4
dist/swagger-ui.js
vendored
@@ -358,7 +358,7 @@ var Docs = {
|
||||
$('.resource ul.endpoints').slideDown();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
$('li#resource_' + resource).addClass('active');
|
||||
|
||||
var elem = $('li#resource_' + resource + ' ul.endpoints');
|
||||
@@ -382,7 +382,7 @@ var Docs = {
|
||||
expandOperationsForResource: function(resource) {
|
||||
// Make sure the resource container is open..
|
||||
Docs.expandEndpointListForResource(resource);
|
||||
|
||||
|
||||
if (resource == '') {
|
||||
$('.resource ul.endpoints li.operation div.content').slideDown();
|
||||
return;
|
||||
|
||||
BIN
src/main/html/images/favicon-16x16.png
Executable file
BIN
src/main/html/images/favicon-16x16.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 645 B |
BIN
src/main/html/images/favicon-32x32.png
Executable file
BIN
src/main/html/images/favicon-32x32.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/main/html/images/favicon.ico
Executable file
BIN
src/main/html/images/favicon.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
@@ -2,6 +2,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Swagger UI</title>
|
||||
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
|
||||
<link href='css/typography.css' media='screen' rel='stylesheet' type='text/css'/>
|
||||
<link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
|
||||
<link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>
|
||||
|
||||
@@ -131,7 +131,7 @@ var Docs = {
|
||||
$('.resource ul.endpoints').slideDown();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
$('li#resource_' + resource).addClass('active');
|
||||
|
||||
var elem = $('li#resource_' + resource + ' ul.endpoints');
|
||||
@@ -155,7 +155,7 @@ var Docs = {
|
||||
expandOperationsForResource: function(resource) {
|
||||
// Make sure the resource container is open..
|
||||
Docs.expandEndpointListForResource(resource);
|
||||
|
||||
|
||||
if (resource == '') {
|
||||
$('.resource ul.endpoints li.operation div.content').slideDown();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user