| Index: ui/webui/resources/cr_elements/network/cr_network_list_item.html
|
| diff --git a/ui/webui/resources/cr_elements/network/cr_network_list_item.html b/ui/webui/resources/cr_elements/network/cr_network_list_item.html
|
| index 8a03c871f00676c6e7ab9499c57c3bfedf5b1c59..96bac4fe7a3e23252c31585367e9932775c7f4e6 100644
|
| --- a/ui/webui/resources/cr_elements/network/cr_network_list_item.html
|
| +++ b/ui/webui/resources/cr_elements/network/cr_network_list_item.html
|
| @@ -4,8 +4,8 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
|
| <link rel="import" href="chrome://resources/cr_elements/network/cr_network_icon.html">
|
| <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.html">
|
| +<link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_indicator.html">
|
| <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network_behavior.html">
|
| -<link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_indicator.html">
|
| <link rel="import" href="chrome://resources/cr_elements/shared_style_css.html">
|
|
|
| <dom-module id="cr-network-list-item">
|
| @@ -85,7 +85,7 @@
|
| -webkit-margin-end: 8px;
|
| }
|
|
|
| - cr-policy-pref-indicator {
|
| + cr-policy-indicator {
|
| padding: 0 var(--cr-icon-padding);
|
| }
|
| </style>
|
| @@ -109,9 +109,9 @@
|
| </div>
|
| </div>
|
| <template is="dom-if" if="[[isPolicySource(networkState.Source)]]">
|
| - <cr-policy-pref-indicator
|
| + <cr-policy-indicator
|
| indicator-type="[[getIndicatorTypeForSource(networkState.Source)]]">
|
| - </cr-policy-pref-indicator>
|
| + </cr-policy-indicator>
|
| </template>
|
| <template is="dom-if"
|
| if="[[isSubpageButtonVisible_(networkState, showButtons)]]">
|
|
|