CS-14911: Fix missing 'mine' filter from instances

reviewed-by: brian

commit 98ead3ad5b9266e0f2a1b0e037a4f511d9e1e240
Author: Pranav Saxena <pranav.saxena@citrix.com>
Date:   Wed May 16 01:04:12 2012 +0530

    CS-14911 : mine is missing from Instance Filter
This commit is contained in:
Brian Federle 2012-05-22 11:59:05 -07:00
parent 4b88f454a3
commit 083831d37f

View File

@ -23,6 +23,7 @@
section: 'instances',
filters: {
all: { label: 'ui.listView.filters.all' },
mine: { label: 'ui.listView.filters.mine' },
running: { label: 'state.Running' },
stopped: { label: 'state.Stopped' },
destroyed: {