Don't show links for BDC logs if none available (#7286)

* Don't show links for BDC logs if none available

* Remove extra space

* Add comment

* Consolidate localize calls
This commit is contained in:
Charles Gagnon
2019-09-19 13:43:21 -07:00
committed by GitHub
parent 6a136854b0
commit 754c643b1b
3 changed files with 24 additions and 7 deletions

View File

@@ -61,6 +61,7 @@ export class IconPathHelper {
export namespace cssStyles {
export const title = { 'font-size': '14px', 'font-weight': '600' };
export const tableHeader = { 'font-weight': 'bold', 'text-transform': 'uppercase', 'font-size': '10px', 'user-select': 'text' };
export const hyperlink = { 'user-select': 'text', 'color': '#0078d4', 'text-decoration': 'underline', 'cursor': 'pointer' };
export const selectedResourceHeaderTab = { 'font-weight': 'bold', 'color': '' };
export const unselectedResourceHeaderTab = { 'font-weight': '', 'color': '#0078d4' };
export const selectedTabDiv = { 'border-bottom': '2px solid #000' };