зеркало из https://github.com/Azure/BatchExplorer.git
Fixes AB#1130: Deprecation link accessibility
This commit is contained in:
Родитель
fe54e36943
Коммит
afa3377609
|
@ -309,6 +309,8 @@
|
|||
"pool-details.deprecationWarning.imagePassedEndOfLife": "This pool's image is past its end-of-life date of {imageEndOfLifeDate}. Please recreate this pool using a different image afterwards.",
|
||||
"pool-details.estimatedCost": "Estimated cost of this pool at this current state",
|
||||
"pool-details.graphs": "Graphs",
|
||||
"pool-details.learnMore": "Learn more",
|
||||
"pool-details.learnMoreTitle": "Documentation on image end-of-life",
|
||||
"pool-details.openInNewWindow": "Open in a new window",
|
||||
"pool-graphs.application-insights": "Application Insights",
|
||||
"pool-graphs.available-nodes": "Available nodes",
|
||||
|
|
|
@ -41,7 +41,12 @@
|
|||
<b *i18nParam="'imageEndOfLifeDate'">{{selectedImageEndOfLifeDate}}</b>
|
||||
</bl-i18n>
|
||||
</span>
|
||||
<a class="pool-details-summary-warning-alternative-link" *ngIf="hasDeprecationLink" (click)="openDeprecationLink()" href="javascript:void(0)">Learn more </a>
|
||||
<a class="pool-details-summary-warning-alternative-link"
|
||||
[title]="'pool-details.learnMoreTitle' | i18n"
|
||||
*ngIf="hasDeprecationLink" (click)="openDeprecationLink()"
|
||||
href="javascript:void(0)">
|
||||
{{ 'pool-details.learnMore' | i18n }}
|
||||
</a>
|
||||
</div>
|
||||
</bl-banner>
|
||||
</ng-container>
|
||||
|
|
|
@ -2,6 +2,8 @@ pool-details:
|
|||
graphs: Graphs
|
||||
openInNewWindow: Open in a new window
|
||||
estimatedCost: Estimated cost of this pool at this current state
|
||||
learnMore: Learn more
|
||||
learnMoreTitle: Documentation on image end-of-life
|
||||
deprecationWarning:
|
||||
imageNearingEndOfLife: This pool's image is nearing its end-of-life date of {imageEndOfLifeDate}. After this date, it will not appear as an option when creating new pools. API calls to create or scale pools using the image may continue to function for up to 60 days afterwards.
|
||||
imageFarAwayFromEndOfLife: This pool's image has an end-of-life date of {imageEndOfLifeDate}. After this date, it will not appear as an option when creating new pools. API calls to create or scale pools using the image may continue to function for up to 60 days afterwards.
|
||||
|
|
Загрузка…
Ссылка в новой задаче