dlset: allow globs in name, short kind
This commit is contained in:
@ -184,10 +184,8 @@ func wsDownloadPage(req *restful.Request, resp *restful.Response) {
|
||||
<html>
|
||||
<head>
|
||||
<title>Token not found</title>
|
||||
<style>
|
||||
@import url('/ui/style.css');
|
||||
@import url('/ui/app.css');
|
||||
</style>
|
||||
<style src="/ui/style.css"/>
|
||||
<style src="/ui/app.css"/>
|
||||
</head>
|
||||
<body><h1>Token not found</h1></body>
|
||||
</html>`))
|
||||
@ -199,10 +197,8 @@ func wsDownloadPage(req *restful.Request, resp *restful.Response) {
|
||||
<html>
|
||||
<head>
|
||||
<title>Token assets: %s %s</title>
|
||||
<style>
|
||||
@import url('/ui/style.css');
|
||||
@import url('/ui/app.css');
|
||||
</style>
|
||||
<style src="/ui/style.css"/>
|
||||
<style src="/ui/app.css"/>
|
||||
</head>
|
||||
<body><h1>Token assets: %s %s</h1>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user