Merge pull request #7865 from jwangyangls/edit_word_with_robot

Edit the words width vulnerability and robot;
This commit is contained in:
jwangyangls 2019-05-23 15:54:43 +08:00 committed by GitHub
commit fbec3ee76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 7 deletions

View File

@ -1,10 +1,10 @@
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<h2 class="custom-h2 vul-title">{{'VULNERABILITY.SINGULAR' | translate }}</h2>
<h2 class="custom-h2 vul-title first-letter-upcase">{{'VULNERABILITY.SINGULAR' | translate }}</h2>
<span class="spinner spinner-inline" [hidden]="!inProgress"></span>
<clr-tabs>
<clr-tab>
<button id="config-vulnerability" clrTabLink>{{'CONFIG.VULNERABILITY' | translate }}</button>
<button id="config-vulnerability" class="first-letter-upcase" clrTabLink>{{'VULNERABILITY.SINGULAR' | translate }}</button>
<clr-tab-content id="vulnerability">
<vulnerability-config (loadingStatus)="getStatus($event)"></vulnerability-config>
</clr-tab-content>

View File

@ -1,3 +1,9 @@
.vul-title {
display: inline-block;
}
.first-letter-upcase {
text-transform: capitalize;
}
.first-letter-upcase.nav-link.btn {
text-transform: capitalize;
}

View File

@ -310,7 +310,7 @@
"DELETE": "Delete",
"CREAT_ROBOT_ACCOUNT": "Creat Robot Account",
"PULL_PERMISSION": "Permission for Pull",
"PULL_PUSH_PERMISSION": "Permission for Push and Pull",
"PULL_PUSH_PERMISSION": "Permission for Push / Pull",
"FILTER_PLACEHOLDER": "Filter Robot Accounts",
"ROBOT_NAME": "Cannot contain special characters(~#$%) and maximum length should be 255 characters.",
"ACCOUNT_EXISTING": "Robot Account is already exists.",

View File

@ -311,7 +311,7 @@
"DELETE": "Delete",
"CREAT_ROBOT_ACCOUNT": "Creat Robot Account",
"PULL_PERMISSION": "Permission for Pull",
"PULL_PUSH_PERMISSION": "Permission for Push and Pull",
"PULL_PUSH_PERMISSION": "Permission for Push / Pull",
"FILTER_PLACEHOLDER": "Filter Robot Accounts",
"ROBOT_NAME": "Cannot contain special characters(~#$%) and maximum length should be 255 characters.",
"ACCOUNT_EXISTING": "Robot Account is already exists.",

View File

@ -302,7 +302,7 @@
"DELETE": "Supprimer",
"CREAT_ROBOT_ACCOUNT": "créat robot compte ",
"PULL_PERMISSION": "Permission for Pull",
"PULL_PUSH_PERMISSION": "Permission for Push and Pull",
"PULL_PUSH_PERMISSION": "Permission for Push / Pull",
"FILTER_PLACEHOLDER": "Filter Robot Accounts",
"ROBOT_NAME": "ne peut pas contenir de caractères spéciaux(~#$%) et la longueur maximale devrait être de 255 caractères.",
"ACCOUNT_EXISTING": "le robot est existe déjà.",

View File

@ -308,7 +308,7 @@
"DELETE": "Remover",
"CREAT_ROBOT_ACCOUNT": "CRIA robô conta",
"PULL_PERMISSION": "Permission for Pull",
"PULL_PUSH_PERMISSION": "Permission for Push and Pull",
"PULL_PUSH_PERMISSION": "Permission for Push / Pull",
"FILTER_PLACEHOLDER": "Filtro robot accounts",
"ROBOT_NAME": "Não Pode conter caracteres especiais(~#$%) e comprimento máximo deveria ser 255 caracteres.",
"ACCOUNT_EXISTING": "Robô conta já existe.",

View File

@ -309,7 +309,7 @@
"DELETE": "删除",
"CREAT_ROBOT_ACCOUNT": "创建机器人账户",
"PULL_PERMISSION": "Pull 权限",
"PULL_PUSH_PERMISSION": "PushPull 权限",
"PULL_PUSH_PERMISSION": "Push / Pull 权限",
"FILTER_PLACEHOLDER": "过滤机器人账户",
"ROBOT_NAME": "不能包含特殊字符(~#$%)且长度不能超过255.",
"ACCOUNT_EXISTING": "机器人账户已经存在.",