OCA/server-tools

View on GitHub
profiler/static/src/css/player.css

Summary

Maintainability
Test Coverage
.oe_topbar_item.profiler_player i {
    cursor: pointer;
}
.oe_topbar_item.profiler_player.profiler_player_enabled a.profiler_enable {
    display: None;
}
.oe_topbar_item.profiler_player.profiler_player_enabled a.profiler_dump {
    display: None;
}
.oe_topbar_item.profiler_player.profiler_player_disabled a.profiler_disable {
    display: None;
}
.oe_topbar_item.profiler_player.profiler_player_clear a.profiler_disable {
    display: None;
}
.oe_topbar_item.profiler_player.profiler_player_clear a.profiler_clear {
    display: None;
}
.oe_topbar_item.profiler_player.profiler_player_clear a.profiler_dump {
    display: None;
}