Styling > Customizing BTS > Customizing BTS Antenna Names

Please refer to Customizing the Label of Business Objects for a list of properties that can be used to customize the display of BTS antenna names.

How to Make BTS Antenna Names Visible

By default, the names of BTS antennas are not displayed in the object graphic representation. The following CSS extract shows how you can make them visible:

object."ilog.tgo.model.IltBTSAntenna" {
  labelVisible: true;
}