mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-24 16:51:29 +00:00
bugfix for the rule description in web ui
This commit is contained in:
parent
0868ee248c
commit
b31adf1df3
@ -10,7 +10,7 @@ var mapConfig = [];
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
summary:function(){
|
summary:function(){
|
||||||
var tip = "the default rule for AnyProxy which supports CORS. ";
|
var tip = "the default rule for AnyProxy which supports CORS.";
|
||||||
if(!isRootCAFileExists){
|
if(!isRootCAFileExists){
|
||||||
tip += "\nRoot CA does not exist, will not intercept any https requests.";
|
tip += "\nRoot CA does not exist, will not intercept any https requests.";
|
||||||
}
|
}
|
||||||
|
@ -62,8 +62,11 @@ body, html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.topHead .ctrlWrapper{
|
.topHead .ctrlWrapper{
|
||||||
height: 26px;
|
height : 26px;
|
||||||
line-height: 26px;
|
line-height : 26px;
|
||||||
|
overflow : hidden;
|
||||||
|
text-overflow : ellipsis;
|
||||||
|
white-space : nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topHead .ctrlWrapper .sep{
|
.topHead .ctrlWrapper .sep{
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
<span class="sep">|</span>
|
<span class="sep">|</span>
|
||||||
{@/if}
|
{@/if}
|
||||||
|
|
||||||
<span><i class="uk-icon-chain"></i>Rule : ${rule}</span>
|
<span title="${rule}"><i class="uk-icon-chain"></i>Rule : ${rule}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="clear:both"></div>
|
<div style="clear:both"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user